directgraphics/
visdgvars__define.pro
includes main-level programObject to save/restore direct graphics system variables. This is needed when using multiple graphics windows and it is necessary to use the coordinate system of a window which does not contain the last item plotted. For example, this happens when using WSET to change to a graphics window containing a plot (but not the most recently plotted) and overplotting or using CONVERT_COORD with the coordinate system of that window.
Examples
See the main-level example program at the end of the file:
IDL> .run visdgvars__define
Class description for visdgvars
Routines
visdgvars::save
Save direct graphics system variables.
visdgvars::restore
Restore direct graphics system variables.
visdgvars::cleanup
Free resources.
result = visdgvars::init()
Create an visdgvars object.
visdgvars__define
Define member variables.
Routine details
top visdgvars::init
result = visdgvars::init()
Create an visdgvars object.
Return value
1B for success, 0B otherwise
File attributes
Modification date: | Mon Nov 29 18:32:39 2010 |
Lines: | 127 |
Docformat: | rst rst |