Macro Command Reference
ascalexpr <AXIS> <expr>
This allows scaling of axis numbers without changing the data itself. For example, to display seconds instead of milliseconds enter
v/1000
in this field. v is the variable which represents the axis number.
AXIS
Defines the axis to which the command apply. Possible values are:
all | all four axis |
x | both X axis |
y | both Y axis |
1, x1, xb, bottom | 1. X axis (bottom) |
2, y1, yl, left | 1. Y axis (left) |
3, x2, xt, top | 2. X axis (top) |
4, y2, yr, right | 2. Y axis (right) |