Xaxis
Xaxis #
Causes the plot group # to be used as the x variable. Thus "Xaxis 3"
will cause plot groups 1,2 (and any >3) to be plotted as a function of
group 3. A "LAbel Y3" command will associate a label with the third plot
group and will then appear as the x-axis label.
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.