next up previous contents
Next: Hints and Tips Up: Histogram Plotter Previous: Histogram Plotter

Description

Write a simple histogramming package. The calling sequences might look like this:-

    call hbk_define( num_bins, x_lo, x_hi)  ! Define histogram
    call hbk_fill( value )                  ! Update histogram
    call hbk_plot                           ! Print histogram



n west (APC)
2000-03-08