Indicates whether a plot axis is linear, logarithmic, dB10 or dB20.
*Scale() - HyperGraphIndicates whether a plot axis is linear, logarithmic, dB10 or dB20. |
|||||
*Scale() - HyperGraphIndicates whether a plot axis is linear, logarithmic, dB10 or dB20. |
Syntax |
*Scale(Linear/Log/Decibels) |
|
Arguments |
Name |
Description |
Linear |
Defines the axis as linear. |
|
Log |
Defines the axis as logarithmic. |
|
dB10 |
Defines the axis as dB10. |
|
dB20 |
Defines the axis as dB20. |
|
Example |
*BeginAxis(X) *Label("Force") *Scale(Linear) *Min(-8000) *Max(1000) *Format(Auto) *Precision(5) *Tics(10) *Grids(2) *EndAxis() |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
If no axis type is specified, linear is used. |
|
See also |
|
|