pltIViewControl M2

Memorizes the current view.

Syntax

hwIViewControl_handle M2

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 R2 function. The M1 and R1 functions work similarly.

Example

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

Error

Returns a success (0) or an error code.

Keywords

XY plot

Tcl

Modify