Contents
- Index
2D Preview Scaling
Sets the axis (x or y) to linear or log (common). The program will attempt to determine in advance if the data is legal for log, ie. x or y is greater then 0, and enable the appropriate log10 option.
x/y linear - Sets both x and y axis to linear
log10(x) - Sets the x axis to log (common) and re-calibrates the data
log10(y) - Sets the y axis to log (common) and re-calibrates the data
·
Limitation - only x or y can be set to log at a time.