Specifies the accuracy of the fixed decimal notation for an axis on a plot.
Syntax |
*Precision(Number) |
|
Arguments |
Name |
Description |
Number |
The number of digits to display to the right of the decimal point. Must be a whole number less than or equal to 10. |
|
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 5. |
|
See also |
|
|