HyperWorks Desktop

*Plot()

Creates an instance of a plot from the plot definition.

*Plot()

Creates an instance of a plot from the plot definition.

Previous topic Next topic No expanding text in this topic  

*Plot()

Creates an instance of a plot from the plot definition.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Plot(plot_name, "plot_label", plot_def)

Arguments

Name

Description

 

plot_name

The variable name of the plot.

 

"plot_label"

The descriptive label of the plot.

 

plot_def

The plot definition to be used.

Example

*DefinePage(page_def_1, plt_name)

   *Layout(1)

   *Title("Untitled", Off)

  *Plot("PLOT", plt_def_1, plt_name)

   *Plot("PLOT", plt_def_2, plt_name)

*EndDefine()

Application

HyperGraph.

Context

*DefinePage()

Comments

All arguments after the third argument are user-defined.

See also

 

*DefinePage()

*DefinePlot()

List of Report Statements