Close Method
The Close method destroys the graphic window and all of the contained graphics and annotations.
Note: After this method is called, all references to the window object and the contained graphics objects will be invalid, and should not be used.
Example
plot.Close
Syntax
graphic.Close
Arguments
None
Keywords
None
Version History
| 8.0 |
Introduced |
See Also
Erase Method, GETWINDOWS, WINDOW
Comments
Gordon Farquharson
To close all open windows, one can do
13th April 2013 3:33pmforeach window, getwindows() do window.close
Page 1 of 1 (2 comments)

Reply
0
q = plot(/test, 'g')
r = plot(/test, 'b')
foreach i, [p,q,r] do i.close