The HPLOT command plots the distribution of one variable based on the value of another variable. The variable specified with the HPLOT command plots along the horizontal axis. The second variable, specified with either the VPLOT or the MPLOT command, plots along the vertical axis.
Use the HPLOT command with either the MPLOT or VPLOT command. The HPLOT command must follow the MPLOT or VPLOT command.
To set the plot character for an HPLOT report, specify the CHAR1 operand with the MPLOT or VPLOT command.
This command has the following syntax:
HPLOT variable [options] [SCALE(n)] [SCATTER]
Indicates any Report Writer variable.
Specifies any valid variable options or ID options. Each ID option you specify must include at least one identifier.
Overrides the default maximum plot scale.
By default, the highest value of the horizontal axis of a plot is set to the highest value of the graphed variables. For variables that represent percentages, the default maximum value is 100 percent.
To override this dynamic scale, specify n as the maximum value. If the variable that you use produces integers, n must be an integer. You cannot use more than three digits to the right of the decimal point when specifying n. Use SCALE(n) with the RECORD option of the EACH command. Specifying a value for n appropriate for the activity you are plotting.
Prints a scatter plot showing how many times each point in the plot is reached.
Example: HPLOT Command
The following commands plot transaction use along the vertical axis against terminal response time along the horizontal axis, for each 15-minute interval:
VPLOT TRAN USE CHAR1(+) HPLOT TERM RESP SCALE(3.000) EACH 15 MINUTES END RUN
|
Copyright © 2013 CA.
All rights reserved.
|
|