Modifies the spacing between points on the vertical axis of an array.
SETDELTAY(series, dy)
series |
- |
Optional. Any series, table, or expression evaluating to a series or table. Defaults to the current Window. |
dy |
- |
A real, the new delta Y value. |
W1: density(rand(10))
setdeltay(W1, 1/10)
changes the DELTAY of W1 from 1.0 to 0.1. The data originally plots from 0 to 10 on the Y axis. The modified data plots from 0 to 1.
The delta Y value effects the display of images and 3D plots.