SeeView Manual

SeeView Statements and Script Symbols
HP NonStop SeeView Manual526355-004
9-50
GRAPH
RIGHT | DOWN | SAME
specifies the location of the SeeView screen buffer address after the graph is
drawn. RIGHT specifies that the buffer address is positioned just to the right of the
graph after it is drawn. DOWN indicates that the buffer address is positioned just
below the graph. SAME indicates that the buffer address is at the same position as
the graph.
RULE OFF | RIGHT
causes the graph scale that normally appears on the left side of the histogram
either not to be drawn at all (OFF) or to appear on the right side of the histogram
(RIGHT).
SCALE { min | MIN }, { max | MAX}
specifies the numeric range of the vertical scale. MIN and MAX are the minimum
and maximum values for all elements of the graphed data. min and max are
positive integer values that can be represented in 31 bits.
For example, if the range of CPU busy for CPU 1 is a minimum of 40% and a
maximum of 78%, the statement GRAPH CPU.busy SCALE MIN,MAX KEY [1]
results in a graph that has a scale minimum value of 40 and a maximum value of
78. The histogram element for 40% busy does not appear because the scale
minimum is equal to that value.
If the same data is graphed using SCALE 0,78, the histogram element for 40%
appears because the minimum is 0.
min
specifies the minimum positive integer value that can be represented in 31 bits.
MIN
specifies the minimum value for all elements of the graphed data.
max
specifies the maximum positive integer value that can be represented in 31
bits.
MAX
specifies the maximum value for all elements of the graphed data.
SIZE { Wexp | MAX}, { Hexp | MAX}
specifies the width and height of the graph area.