Re: changing height of center string height when paneling

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 12 2010 - 10:07:08 MDT

Hi Mark,

You are setting the correct resource, but you need to set it when you create the individual plots and not during the gsn_panel call,
which it sounds like you might be trying to do.

Once you create the plots, you can't change anything about them during the paneling phase. (The panel routine takes care of resizing the plots.)

--Mary

On Aug 12, 2010, at 3:11 AM, mark collier wrote:

> Hi,
> I'm trying to set the font height of a string set with, eg
>
> res@gsnCenterString = "Temp obs"
>
> using something like
>
> res@gsnCenterStringFontHeightF = 0.1
>
> when panelling to make the title of each panel appear larger. It
> doesn't seem to influence the size. Can these labels be increased in
> size as the default is a little small in my case?
>
> My question is somewhat vague, but I can provide further information
> if setting the font height like this should make a difference when
> paneling.
>
> Regards,
> Mark.
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Aug 12 10:07:24 2010

This archive was generated by hypermail 2.1.8 : Fri Aug 13 2010 - 15:05:05 MDT