A set of routines, HLABEL, HFC1 and HFC2, allows one to associate labels with histogram channels. This association can be made before or after a histogram is filled, but it has the advantage that the label information get stored in the histogram data structure, so that it is available for all future plots in an automatic way in the HPLOT and PAW packages. Printing histograms with associated alphanumeric labels is not implemented in the line-printer oriented routines of HBOOK.
CALL HLABEL (ID,NLAB,*CLAB*,CHOPT)
Action: Associates alphanumeric labels with a histogram. This routine can be called for a histogram after it has been filled, and then the labels specified will be shown on the respective axes. The routine can also be called before a histogram is filled , and in this case, when filling, a certain order can be imposed. By default the entries will be automatically ordered.
'N'
below.
NLAB
new labels read in CLAB
to histogram ID
.
NLAB
labels into in CLAB
from histogram ID
.
NLAB
existing labels read from
CLAB
in histogram ID
.
NLAB
elements (input and output).
Notes:
'N'
for each axis between the call to HBOOK2
and the first call to HFC2.