programming/
mg_exactplot.pro
includes main-level programRoutines
top source mg_exactplot
mg_exactplot, x, y [, xstyle=long] [, ystyle=long] [, _extra=keywords]
Plot x-y data using the exact range of the data (i.e. with the lowest bit of XSTYLE and YSTYLE set).
Parameters
- x in required type=fltarr
x-coordinates of data
- y in required type=fltarr
y-coordinates of data
Keywords
- xstyle in optional type=long
YSTYLE value for PLOT (but exact range will automatically be used)
- ystyle in optional type=long
YSTYLE value for PLOT (but exact range will automatically be used)
- _extra in optional type=keywords
keywords to PLOT
File attributes
Modification date: | Sun Nov 2 17:14:15 2008 |
Lines: | 10 |
Docformat: | rst rst |