Previous Topic: Deleting Data from a Graph

Next Topic: Sample PLOT Statements in a REXX Program


Redrawing the Graph

The PLOT DRAW command redraws the graph plotname in the display window using the current data. Issuing the PLOT DRAW command does not affect the screen updating controlled by the DRAW operand of the PLOT DEFINE GRAPH command. When you issue the PLOT DRAW command, CA Automation Point refreshes the display even if you specified the DRAW(OFF) option (see the section entitled DRAW Option) when you defined the graph.

Use this syntax:

PLOT plotname DRAW

plotname

Represents the name of the graph that you want to redraw.

Default: None

Example:

This command refreshes the display of the SPLPLOT graph:

"PLOT SPLPLOT DRAW"