lineplots/
vis_lineplot.pro
direct graphics
includes main-level programCreate a line plot.
Examples
Run the main-level program at the end of this file:
IDL> .run vis_lineplot
top vis_lineplot
vis_lineplot, x, y [, thick=float] [, color=color] [, _extra=keywords]
Create a line plot.
Parameters
- x in required type=fltarr
- y in required type=fltarr
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: | 78 |
Docformat: | rst rst |