PLOTPAN Name
PLOTPAN
Author
Craig B. Markwardt, NASA/GSFC Code 662, Greenbelt, MD 20770
craigm@lheamail.gsfc.nasa.gov Purpose
Same as PLOT command, but respects PANEL and SUBPANEL
Calling Sequence
PLOTPAN, x, y, ...
Description
PLOTPAN is almost identical to PLOT, except that it accounts for
panels and subpanels in the display. In fact, after a short
calculation, PLOTPAN calls PLOT to do its dirty work.
Once the coordinate grid has been set up by PLOTPAN, other plots
can be overlaid by calling OPLOT.
Inputs
X, Y - Two arrays which give the x and y position of each point.
Optional Inputs
NONE
Input Keyword Parameters
PANEL, SUBPANEL - An alternate way to more precisely specify the
plot and annotation positions. See SUBCELL.
Default is full-screen. Overridden by POSITION.
Other options are passed along to the PLOT command directly.
Outputs
NONE
Procedure
Example
See Also
SUBCELL, DEFSUBCELL, SUBCELLARRAY
EXTERNAL SUBROUTINES:
PLOT, SUBCELL
Modification History
Written, CM, 1997
Added copyright notice, 25 Mar 2001, CM