*AutoDefaultCurves()

Specifies whether to automatically default new curves to be the same as the previous curve loaded from an external file.

Syntax

*AutoDefaultCurves (On/Off)

Application

HyperGraph

Inputs

On
New curves are copies of the previous curve.
Off
New curves are created empty.

Context

*BeginDefaults()

*BeginPlotDefaults()

Example

*BeginDefaults()
    *BeginPlotDefaults()
        *AutoDefaultCurves(Off)
    *EndPlotDefaults()
*EndDefaults()