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