SETY

Purpose:

Specifies the y-axis coordinate range of a Window.

Syntax:

SETY(win, ybottom, ytop)

win

-

Optional. Window reference. Defaults to the current Window.

ybottom

-

A real. Bottom Window boundary.

ytop

-

A real. Top Window boundary.

Returns:

Nothing, the displayed y-axis coordinates are set.

Example:

sety(-1.0,1.0)

 

sets the bottom of the Window to -1.0 and the top to 1.0.

 

sety(min(W1), max(W1))

 

sets the y-axis range from the minimum value of the series to the maximum value of the series.

Remarks:

SETY will expand or compress the current units scale. To refresh the Window and redraw appropriate scales, toggle the [F5] key or Scales toolbar button.

 

See SETYAUTO to set the y-axis coordinates for autoscaling.

See Also:

GETXL

GETXR

GETYB

GETYT

SETSTRIPCHARTY

SETWSX

SETWSY

SETX

SETXY

SETYAUTO