lineplots/
vis_plots.pro
direct graphics
includes main-level programWrapper to PLOTS to specify COLOR and THICK on a per point basis.
Examples
Run the main-level program at the end of this file:
IDL> .run vis_plots
top vis_plots
vis_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
- thick in optional type=float
thickness of lines in the line plot
- color in optional type=color
color of the line
- _extra in optional type=keywords
keywords to PLOT and PLOTS
File attributes
Modification date: | Mon Nov 29 18:32:44 2010 |
Lines: | 99 |
Docformat: | rst rst |