pltIViewControl M1

Memorizes the current view.

Syntax

hwIViewControl_handle M1

Application

Tcl Modify

Description

This command memorizes the current view of the plot (including the exact axes dimensions). If you want to return to this view later, you can call the R1 function. The M2 and R2 functions work similarly.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetViewControlHandle vc;
vc M1

Error

Returns a success (0) or an error code.

Keywords

XY plot

Tcl

Modify