next up previous contents_motif.gif
Next: 5.5.5 Skydip Up: 5.5 Detailed description of Previous: 5.5.3 Opening a plot


5.5.4 Clearing a plot window

Clearing a plotting window is done with the clear() command:
  clear()              # clear the active device
  cl()                 # shortened command
However, any plot command will first clear the active device before plotting a new graph, unless the overplot=1 keyword is supplied.

Frank Bertoldi 2005-11-10