The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 16. The Common API for PLplot | Next |
plhist
: Plot a histogram from unbinned data
Plots a histogram from n
data points stored in the array
data
. This routine bins
the data into nbin
bins
equally spaced between
datmin
and
datmax
, and calls plbin
to draw the resulting histogram. Parameter
oldwin
allows the histogram
either to be plotted in an existing window or causes plhist
to call
plenv
with suitable limits before plotting the histogram.
|