objectgraphics/
mg_ogplot_example.pro
includes main-level programRoutines
top source mg_ogplot_example
mg_ogplot_example, x, y [, _extra=keywords]
Simple line plot in object graphics.
Parameters
- x in required type=fltarr(n)
x-values of line plot
- y in required type=fltarr(n)
y-values of line plot
Keywords
- _extra in optional type=keywords
keywords to IDLgrPlot::init, IDLgrWindow::init, IDLgrAxis::init
File attributes
Modification date: | Sat Jan 31 21:16:34 2015 |
Lines: | 26 |