Specifies the y-axis coordinate range of a Window.
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. |
Nothing, the displayed y-axis coordinates are set.
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.
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.