*xyplotchangemode
Changes the mode of an extended plot.
Syntax
*xyplotchangemode plotname mode
Type
HyperMesh Tcl Modify Command
Description
Changes the mode of an extended plot.
Inputs
- plotname
- Name of the extended (dual) plot to change.
- mode
- New mode value (2 or 5).
Example
*xyplotchangemode("results", 5)
Extended (or dual) plots can display data in two modes. In complex mode, (mode=2), the Y-axis of the bottom plot is the real component, while the Y-axis of the top plot is the imaginary component. In phase/magnitude mode (mode=5), the Y-axis of the bottom plot is magnitude (in logarithmic form), while the Y-axis of the top plot is phase. Other mode indices (besides 2 and 5) are reserved for future use.
Errors
None.