HISTOGRAMTYPE

Syntax: SET HISTOGRAMTYPE n
GET HISTOGRAMTYPE { n }
Default value: HISTOGRAMTYPE = 0

HISTOGRAMTYPE controls whether a normal line graph or a histogram is drawn. Histograms can have tails or no tails and the profile can be along the x-axis or along the y-axis.

value meaning
0 normal line graph, not a histogram
1 histogram with no tails and profile along the x-axis.
Can control the width and colour of each individual bar.
2 histogram with tails to y=0 and profile along the x-axis.
Can control the fill pattern, width and colour of each individual bar
3 histogram without tails and profile along the y-axis.
Can control the height and colour of each individual bar.
4 histogram with tails to x=0 and profile along the y-axis.
Can control the fill pattern, height and colour of each individual bar.

No plotting symbol will be drawn at the data points when HISTOGRAMTYPE > 0.

  CURVECOLOR