DADiSP Worksheet Functions > S - Z > SETSTRIPCHARTALT
Sets the location of the scales for the traces of a stripchart plot.
SETSTRIPCHARTALT(win, alt)
win |
- |
Optional. A Window. Defaults to the current Window. |
||||
alt |
- |
An integer, the scales location:
|
W1: gnorm(100, 1)
W2: gnorm(100,1);overlay(W1)
setplottype(W2, 7);setstripchartalt(W2, 1)
W2 contains a stripchart with two series. The scales alternate on the left and right sides of the Window.
See STRIPCHART or SETPLOTTYPE to create a stripchart plot.
The stripchart scales location of all Windows can be set with the STRIPCHARTALT parameter. For example,
setconf("stripchartalt", "0")
Sets the default scales location to the left side of the Window.
If the focus of a stripchart is set to the first (primary) series, toggling the scales (F5) or grids (F6) toggles the scales or grids for all traces.