mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

vis/lineplots/

mg_histplot.pro

direct graphics

includes main-level program

Create a histogram plot.

Examples

See the main-level example program at the end of this file. Run it with:

IDL> .run mg_histplot
This should result in:

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
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.