pltIViewControl FitY

Zooms into the y dimensions of the curve in the plot.

Syntax

hwIViewControl_handle FitY

Application

Tcl Modify

Description

This command zooms into or out of the graph based on the y dimensions of the curve in the plot. It differs from Fit in that it fits only to the y dimensions rather than both the x and y dimensions.

Example

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

Error

Returns success (0) or an error code.

Keywords

XY plot

Tcl

Modify