XLOCATION
This command "fixes" the X coordinate at a specified value.

Widget:
- From the Window/Slicer Widget, click on the box next to
the X coordinate until it displays the word "Fixed". Then, using the
slider bar provided, select the X location you desire. Or click until
the word "Average" and set the range of the average. Or click until
the word "Free". (For a diagram
of the Window/Slicer Widget, see Producing a
2D Scalar Plot, Producing a 1D Scalar
Plot, or Producing a Vector
Plot).
Command:
Arguments:- value: one of the following:
- a number: this fixes the X coordinate to that value and reduces the
number of coordinates that will be allowed to vary in your plot.
- "average": an average in X will be plotted. The range of the average
is the window value in X (see WINDOW).
- "free" the X coordinate is no longer locked to one value or an average,
increasing the number of coordinates that will be allowed to vary
in your plot.
Examples:- XLOCATION=300
- XLOCATION=average
- XLOCATION=free
back to index