Xaxis
Xaxis #
The X-axis can be any column containing coordinates (not errors)
in the original data. Errors are considered to be attached to the
coordinate and a coordinate with any errors is called a vector. Thus
"Xaxis 3" will use the 3rd vector to define the X-axis. Note, different
plot windows can have different defining X coordinates.
Xaxis Linear # #
Cause the x variable to be a linear function. Thus, the command
"Xaxis Linear 10. 1" would cause the first point to be plotted at
x=10, the second point at x=11, the third at x=12, etc.
Return to plt main page.