| The PLplot Plotting Library: Programmer's Reference Manual | ||
|---|---|---|
| Prev | Chapter 16. The Common API for PLplot | Next | 
plbin: Plot a histogram from binned data
      Plots a histogram consisting of
      nbin bins.  The value
      associated with the i'th bin is placed in
      x[i], and the number of
      points in the bin is placed in
      y[i].  For proper
      operation, the values in
      x[i] must form a strictly
      increasing sequence.  If
      center=0,
      x[i] is the left-hand edge
      of the i'th bin, and if
      center=1, the bin
      boundaries are placed midway between the values in the
      x array.  Also see plhist
      for drawing histograms from unbinned data.
    
| 
 |