*EnableTemplexCurveNames()

Enables or disables the generation of Templex curve names in the Build Plots panel.

Syntax

*EnableTemplexCurveNames (flag)

Application

HyperGraph

Inputs

flag
True or false.

Example

*BeginDefaults()
*BeginPlotDefaults()
        *EnableTemplexCurveNames(false)
    *EndPlotDefaults()
*EndDefaults()

Comments

Enables or disables the generation of Templex curve names in the Build Plots panel. If enabled, curves generated by the panel are named using Templex syntax, which is evaluated during the drawing process. Axes, plot titles, and page titles are also affected.

Disabling the feature restores the legacy curve naming behavior in the panel.

The default is for Templex curve names to be enabled.