*ZAxisLabel()
Specifies the label for the z axis.
Syntax
*ZAxisLabel (label)
Application
HyperGraph 3D
Inputs
- label
- The label for the Z axis.
Context
*BeginDefaults()
*BeginPlot3DDefaults()
Example
*BeginPlot3DDefaults()
*XAxisLabel(“Position”)
*YAxisLabel(“Velocity”)
*ZAxisLabel(“Time”)
*EndPlot3DDefaults()