objectgraphics/
mg_ogplot_example.pro
includes main-level programtop 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: | Mon Nov 29 18:34:49 2010 |
Lines: | 54 |