A histogram is normally represented by drawing its contour, with a
channel being represented by one character along the printed line at a
displacement corresponding to the bin contents, but alternative graphic
presentations are available.
If some contents are negative a dotted line is drawn at Y=0
.
Action: Selects a printing character different from the default for histograms that are not drawn contour only, or for superimposed functions.
HIDOPT(ID,'BLAC')
BLAC is called
HIDOPT(ID,'STAR')
STAR have been called.
HIDOPT(ID,'STAR')
STAR have been called.
Example:
CALL HPCHAR ('STAR','.')Replaces the asterisk with a dot in all histograms with the
HIDOPT(ID,'STAR')
STAR
option selected.
Action: For a given 1-dimensional histogram prints one channel over a certain number of columns.
NCOL=0
meams use the full width of the page.
Remark:
NCHAN*NCOL
100
.NCOL
will be reduced till it obeys the inequality.
No restrictions if the histogram is
printed down the page (HIDOPT(ID,'ROTA')
STAR).