next up previous contents
Next: GRID Plot Grid Toggle Up: Plot Functions Previous: AXIS Plot Axis Set/Get   Contents

Subsections

CLOSEPLOT Close Plot Window

Usage

Closes an plot window, either the currently active window, a window with a specific handle, or all plot windows. The general syntax for its use is

   closeplot(handle)

in which case the plot window with the speicified handle is closed. Alternately, issuing the command with no argument

   closeplot

is equivalent to closing the currently active plot window. Finally the command

   closeplot('all')

closes all plot windows currently open.



2004-08-26