vis/lineplots/
mg_plots.pro
direct graphics
includes main-level programExamples
Run the main-level program at the end of this file:
IDL> .run mg_plots
Routines
top mg_plots
mg_plots, x [, y] [, z] [, thick=float] [, color=color] [, _extra=keywords]
Wrapper to PLOTS to specify COLOR and THICK on a per point basis.
Parameters
- x in required type=fltarr(n)/fltarr(2, n)/fltarr(3, n)
x-coordinates of points or alternatively a 2 by n or 3 by n array with all the point data
- y in optional type=fltarr(n)
y-coordinates of points
- z in optional type=fltarr(n)
z-coordinates of points
Keywords
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 48 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.