ToBeReviewed/PLOTS/DESSINE/
splot.pro
Same thing than plot but compatible with the whole environment (common.pro included)
splot
Graphics
splot, x, y, NOREINITPLT=NOREINITPLT, _EXTRA=_EXTRA
Parameters
x
y
Keywords
NOREINITPLT
We active it if we do not want environment variables !p, !x, !y, !z
to be reinitilalized by the procedure reinitplt
_EXTRA
Used to pass keywords
Examples
IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait
IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase
IDL> @ps
Version history
Version
$Id: splot.pro 296 2007-09-25 10:51:30Z pinsard $
History
Sebastien Masson (smasson@lodyc.jussieu.fr)
18/10/1999
Known issues
Restrictions
If NOREINITPLT is not activated, all environment
variables !p, !x, !y, !z are reinitializted by the procedure reinitplt
Other attributes
Uses routines
common.pro
Produced by IDLdoc 2.0.