Define the layout and appearance of the plot.
Syntax
xy
option
layout
destination
xy
option
layout
layout
xy
option
plotoptions
<name>=<value>
Arguments
- layout
- Select destination or
layout.
-
- destination
- Select the destination type to plot the curve(s). Options
include:
- currentplot
- onecurveperplot
- oneplotpercomponent
- oneplotperfile
- oneplotperrequest
- layout
- Sets the number of windows on the page. Default is 0.
- 0
- One window
- 1
- Two windows (left and right)
- 2
- Two windows (top and bottom)
- 3
- Three windows (one left and two right)
- 4
- Three windows (two left and one right)
- 5
- Three windows (two top and one bottom)
- 6
- Three windows (one top and two bottom)
- 7
- Three windows (left, middle, and right)
- 8
- Three windows (top, middle, and bottom)
- 9
- Four windows
- 10
- Six windows (three rows of two)
- 11
- Six windows (two rows of three)
- 12
- Nine windows
- 13
- Twelve windows (four rows of three)
- 14
- Twelve windows (three rows of four)
- 15
- Sixteen windows
- 16
- Four windows (four rows of one)
- 17
- Eight windows (four rows of two)
- 18
- Four windows (one row of four)
- 19
- Eight windows (two rows of four)
- plotoptions
- Select enabled=<true/false> to enable or disable
the plot options.
Example
Plot the curve on the current plot, in one
window.
xy option layout destination=currentplot layout=0