Plots ahistogram.
Binsize
Fillcolor
Filled
Noaxis
Stepped
Title
Xmax
Xmin
Xverts
Background | Noerase | [XY]Ticklen |
Clip | Thick | [XY]Title |
Color | [XY]Range | [XY]Type |
Nodata | [XY]Style |
Each "bar" in a histogram is called a bin and the width of each bin represents a range in the independent variable's values. The height of each bin represents the number of data points in the original variable that fall within the bin width
This routine is used to render the graphics for the WzHistogram VDA Tool.
Data suitable for use as input to this procedure can be produced with the HISTOGRAM function. For example:
hist_data = HISTOGRAM(original_data) PLOT_HISTOGRAM, hist_data
Xverts(i)
andXverts(i+1)
, wherei = b*2
dist_data = DIST(20) hist_data = HISTOGRAM(dist_data) TEK_COLOR PLOT_HISTOGRAM, hist_data, /Filled, Color=3, Axiscolor=2