vis/lineplots/
mg_histplot.pro
direct graphics
includes main-level programCreate a histogram plot.
Examples
See the main-level example program at the end of this file. Run it with:
IDL> .run mg_histplot
Another histogram plot example:
Routines
top mg_histplot
mg_histplot, x [, y] [, _extra=keywords]
Create a histogram plot.
Parameters
- x in required type=numeric array
data to plot, or x-values of data if y is present
- y in optional type=numeric array
data to plot
Keywords
- _extra in optional type=keywords
keywords to
MG_STEPCHART
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 45 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.