set yflip
set yflip on|off
flips the order of the vertical axis. Reset by a clear
or set vpage
command.
See this article , set xflip
set ylpos offset side
Controls position of y axis labels
This command controls the appearance of the tic labels on the Y axis.
set ylint interval
Specifies the interval
between labeled tick marks
on the Y-axis.
set ylevs lev1 lev2 ... levN
Allows the user to specify each individual labeled tick mark for the Y-axis.
set ylabs lab1 | lab2 | ...
label the y axis
with lab1, lab2,
lab3,...
set ylab option
Controls the format of Y-axis tick mark labels. The option
argument may be one of the following:
draw ylab string
Writes string
in an appropriate position to label y
axis.
set yflip on|off
flips the order of the vertical axis. Reset by a clear
or set vpage
command.
set yaxis start end <increment>
Specifies where the labeled tick marks will be placed on the
Y-axis. Labeled tick marks begin at the specified start
value and end at the specified end
value with the specified increment
. Labeled tick marks may have no relation
to data or dimensions.
set x|y|z|t|e val1 <val2>
This sets one dimension of the dimension environment using grid
coordinates. You may use whatever coordinates are convenient to you.
Issuing set lon
is equivalent to issuing set x
,
both set the x
dimension. The difference is only the units
you wish to use when entering the command.
When you enter just one value, that dimension is said to be "fixed". When you enter two values, that dimension is said to be "varying". The combination of fixed and varying dimensions defines the dimension environment.