Autograph, top label control

From: Dave Kennison (kennison AT unknown)
Date: Mon Aug 23 1999 - 11:06:02 MDT


With reference to the posting about AUTOGRAPH top labels: My first guess
would be that you need to increase the amount of space lying within the
graph window, but outside the grid window. (Unless you tell it not to,
AUTOGRAPH will shrink the labels to fit in that space.) Put in calls like
this:

      CALL AGSETR ('GRID/TOP.' ,.85) ! The default is .95.
      CALL AGSETR ('GRID/RIGHT.',.85) ! The default is .95.

The first of these is what you really need; the other one just keeps the
grid window square. (You may need to change 'GRID/BOTTOM.' and 'GRID/LEFT.',
as well.) If this doesn't help, then something else is wrong.

Dave Kennison

> From ncarg-talk-owner AT unknown Mon Aug 23 10:27:09 1999
> To: petra AT unknown?Subject=Re:%20Autograph,%20top%20label%20control&In-Reply-To=<199908231706.LAA07119@parnassus.scd.ucar.edu>">ncarg-talk AT unknown
> Subject: Autograph, top label control
>
> I have problems to control the top label in the Autograph background.
>
> CALL AGSETC('LABEL/NAME.','T')
> CALL AGSETR('LINE/NUMBER.',100.)
> CALL AGSETR ('LI/CH.',0.035)
>
> has no effect, whereas
>
> CALL AGSETC('LABEL/NAME.','L')
> CALL AGSETR('LINE/NUMBER.',100.)
> CALL AGSETR ('LI/CH.',0.035)
>
> for the y-axis label works well.
>
> What's wrong?
>
> Petra Seibert



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