Previous Topic: ALONE Operand—Exclude Global Values from a Plot

Next Topic: CHARn Operands—Specify Plot Characters

SCALE Operand-Change the Scale of a PLOT Report

By default, the highest value of a plot scale equals the highest value reached by a variable in the plot. For variables representing percentages, 100 percent. Use the SCALE operand to set your own scale.

If the variable you are plotting yields integer values, you can specify only an integer value with the SCALE operand. If the variable yields real values, the scale you specify must include a decimal point.

Example: PLOT Command with SCALE Operand

To change the maximum value of the scale used in the preceding example to 0.500 seconds, add the SCALE(0.500) operand, as follows:

PLOT TERM RESP TERMID(0A*) ALONE SCALE(0.500)
  FROM 12/07/08 01:00:00
  TO   12/07/08 09:00:00
  EACH HOUR
END
RUN

A report like the following is generated:

SHIFT NONE EACH HOUR TERMINAL AVERAGE RESPONSE TIME PERIOD NONE 0 0.050 0.100 0.150 0.200 0.250 0.300 0.350 0.400 0.450 0.500 X +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 12/07/08 01.00.00 .XXXXXXXX . . . . . . . . . . 0.040 02.00.00 .XXXXXXXXXXXXXXXXXX . . . . . . . . . 0.090 03.00.00 .XXXXXXXXXXXXXXXXXXXXXXXXX . . . . . . . . 0.125 04.00.00 .XXXXXXXXXXXXXXXXX . . . . . . . . . 0.083 05.00.00 .XXXXXXXXXXXXXXXXXXXXX . . . . . . . . 0.104 06.00.00 .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX . . . . 0.332 07.00.00 .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. . . . . . . 0.194 08.00.00 .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX . . . . . . 0.240 SUMMARY: . . . . . . . . . . . SUMMARY: RANGE: .XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX . . . . . . . 0.151 +.........+.........+.........+.........+.........+.........+.........+.........+.........+.........+ 0 0.050 0.100 0.150 0.200 0.250 0.300 0.350 0.400 0.450 0.500 X SYMBOLS: “X” = TERMINAL AVERAGE RESPONSE TIME