HyperWorks Desktop

*CreateCurve()

Includes a curve in a macro.

*CreateCurve()

Includes a curve in a macro.

Previous topic Next topic No expanding text in this topic  

*CreateCurve()

Includes a curve in a macro.

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

Syntax

*CreateCurve(TRUE|FALSE)

Arguments

Name

Description

 

TRUE

The curve is included in the macro.

 

FALSE

The curve is not included in the macro.

Example

*BeginPlotMacros()

  *DefinePlotMacro(macro_1)

     *Label("Macro 1")

    *CreateCurve(TRUE)

     *Set(X, "-10:10:.01")

     *Set(Y, "sin(x)")

     *Set(LABEL, "Curve 1")

  *EndDefine()

*EndPlotMacros()

Application

HyperGraph.

Context

*BeginPlotMacros()

*DefinePlotMacro()

Comments

*CreateCurve() is used to create a curve using a macro.

In the interface, a curve can be created using a macro by selecting Create Curve in the Plot Macros panel.

Macros can also be used to create notes using *CreateNote().

See also

 

*CreateNote()

*Set()

List of Session Statements