*SetYAxisLabel()
Specifies the default label for the primary y axis.
Syntax
*SetYAxisLabel ("string")
Application
HyperGraph and HyperGraph 3D.
Inputs
- string
- The default label for primary y axes. Must be in double quotes.
Context
*BeginDefaults()
*BeginPlotDefaults()
Example
*BeginDefaults()
*BeginPlotDefaults()
*SetXAxisLabel("Time")
*SetYAxisLabel("Displacement")
*EndPlotDefaults()
*EndDefaults()
Comments
The *SetYAxisLabel() statement specifies the default label for the primary y axis for all plots in a session.