*xyplotcreateandsize

Creates an xy plot with the indicated position and dimensions.

Syntax

*xyplotcreateandsize plot name like plot xmin xmax ymin ymax

Type

HyperMesh Tcl Modify Command

Description

Creates an xy plot with the indicated position and dimensions.

Inputs

plot name
The name of the plot to be created.
like plot
The name of the plot from which the new plot should get its default values.
xmin
The leftmost boundary of the plot on the screen, expressed as a fraction of the window dimensions.
xmax
The rightmost boundary of the plot on the screen.
ymin
The top boundary of the plot on the screen.
ymax
The bottom boundary of the plot on the screen

Example

To create a plot situated in the upper left corner of the screen, and spanning 1/3rd of the width and 1/3rd of the height of the screen:

*xyplotcreateandsize("myplot", "", 0.0, 0.33333, 0.0, 0.33333)

Errors

None.