Syntax: |
SET XLOWERAXIS n
|
Default: |
%XLOWERAXIS = 10
|
XLOWERAXIS
controls the position of the left, or
lower, end of the x-axis. This is also the horizontal coordinate of the lower left
hand corner of the graph box, if
GRAPHBOX = 1
. There
are two forms:
XLOWERAXIS |
→ | the horizontal coordinate, in world coordinate units, of the left end of the x-axis |
%XLOWERAXIS |
→ | the horizontal coordinate, expressed as a percentage of the width of the
graphics sub-window, that is, XLOWERAXIS = %XLOWERAXIS *
(XUPPERWINDOW-
XLOWERWINDOW)/100 . |