*lineplot

Generates a line plot.

Syntax

*lineplot title full_size

Type

HyperMesh Tcl Modify Command

Description

Generates a line plot.

Inputs

title
The title of the line plot.
full_size
Determines whether the line plot fills the entire screen. Valid values are:
0 - Use normal size.
1 - Use full screen. Press a mouse button to return.

Example

To generate a normal size line plot with the title "This is the title":

*lineplot "This is the title" 0

Errors

None.