*SetThickLineLimit()
Sets the point at which all curves are drawn with the thin line style.
Syntax
*SetThickLineLimit (num_pts)
Application
HyperGraph
Inputs
- num_pts
- Setting the parameter to "0" draws all lines as selected.
Context
*BeginDefaults()
*BeginPlotDefaults()
Example
*BeginDefaults()
*BeginPlotDefaults()
*SetThickLineLimit(100000)
*EndPlotDefaults()
*EndDefaults()