Tags:
create new tag
view all tags

.AXIS SET AXIS MARGIN

This subroutine reserves margins at the end of the "current" axis


Usage:

      PASS         <top_margin>               FIELD            SHARE? N
      PASS         <bottom_margin>            FIELD            SHARE? N
      GOSUB    0CD .AXIS SET AXIS MARGIN
      *        Check for error
      IF       0CD .AXIS SET AXIS MARGIN      NE

Description:

This subroutine reserves margins at the end of the "current" axis. You must have selected a "current" axis via .AXIS SET CURRENT before calling this routine.

If a parameter is not received or if the value received is blank, then the margin is cleared.

This is usually used to reserve space in the plot area. For example, if some margin is reserved at the top of the vertical y-axis, the top of the plot area will contain no data points. It is because this region would be outside the active range of the y-axis. If anything is put at the top of the plot area (such as a legend box or custom text), it will not overlap with the data points.

Note that you can also use .AXIS SET AXIS SCALE to reserve room on the axis.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2011-11-09

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r4 - 2012-02-25 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback