*Min()
Specifies the minimum value of an axis on a plot.
Syntax
*Min (Number)
Application
HyperMesh
Inputs
- Number
- The lowest value on the axis. Must be positive if the axis is logarithmic or decibel.
Context
*BeginAxis()
Report Definitions
Example
*BeginAxis(X)
*Label("Force")
*Scale(Linear)
*Min(-8000)
*Max(1000)
*Format(Auto)
*Precision(5)
*Tics(10)
*Grids(2)
*EndAxis()
Comments
The default is -10 for linear axis.