Re: sizing labels and numbers on right axis

From: Dave Kennison (kennison@XXXXXX)
Date: Wed Jun 09 1999 - 10:57:18 MDT


Harry,

I haven't looked at your program in detail, but I suspect that you need
to provide more room for labels by changing the position of the grid window
within the graph window. By default, 'GRID/LEFT.'=.15, 'GRID/RIGHT.'=.95,
'GRID/BOTTOM.'=.15, and 'GRID/TOP.'=.95. Try putting in the following:

  CALL AGSETR ('GRID/RIGHT.',.85) ! Provides more room on the right.
  CALL AGSETR ('GRID/TOP.' ,.85) ! Provides more room on the top.

If there isn't room for the labels in that part of the graph window that
is outside the grid window, they are shrunk to fit in the available space.

I will try to look at your program a little more carefully later; if I
see something else, I will send along another comment.

Dave Kennison



This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:45:44 MDT