programming/
mg_exactplot.pro
includes main-level programtop 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: | Mon Nov 29 18:34:16 2010 |
Lines: | 37 |
Docformat: | rst rst |