next up previous contents index
Next: Scale Definition and Up: Editing operations Previous: What to Print

Graphic Choices (1-dimensional histogram)

 

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.

CALL HPCHAR (CHOPT,CHAR)

Action: Selects a printing character different from the default for histograms that are not drawn contour only, or for superimposed functions.

Input parameters:
CHOPT
Printing option for which the character applies. It can be:
'BLAC'
when HIDOPT(ID,'BLAC')BLAC is called
'FUNC'
when HBFUN1, HFUNC or HIDOPT(ID,'STAR')STAR have been called.
'STAR'
when HBFUN1, HFUNC or HIDOPT(ID,'STAR')STAR have been called.
CHAR
Character chosen.

Example:

CALL HPCHAR ('STAR','.')
Replaces the asterisk with a dot in all histograms with the HIDOPT(ID,'STAR')STAR option selected.

CALL HBIGBI (ID,NCOL)

Action: For a given 1-dimensional histogram prints one channel over a certain number of columns.

Input parameters:
ID
Histogram identifier
NCOL
Number of columns to be used per bin.
NCOL=0 meams use the full width of the page.

Remark:


Last update: Tue May 16 09:09:27 METDST 1995