pltIBuildPlotsCtrl SetLayoutOption
Sets the layout option.
Syntax
pltIBuildPlotsCtrl_handle SetLayoutOption option
Application
Tcl Modify
Description
This command sets the layout option. This command differs from the
SetLayout command in that it sets the layout option rather than the
layout (which is the number of windows within the page).
Note: The command
GeneratePlot must be called after to draw the plot with these
changes.
Inputs
- option
- A string representing a layout option. The layout option inputs include: request (One plot per request), current (use current plot), component (one plot per component) or none (one curve per plot).
Example
hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SetLayoutOption component;
build GenereatePlot;
Errors
Success (0) or an error message is returned.
Keywords
Tcl
Build Plots
Modify