vis/lineplots/
mg_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 mg_lineplot
Routines
top mg_lineplot
mg_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: | Wed May 14 15:07:15 2014 |
Lines: | 35 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.