Re: can not modify using res@tmXBLabelFontThicknessF

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri May 04 2012 - 11:12:53 MDT

It's working fine for me.

Try the following script. The second frame should have noticeably
thicker tickmark labels.

load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"

begin
   wks = gsn_open_wks("x11","xy")

   res = True
   res@gsnMaximize = True
   plot = gsn_blank_plot(wks,res)

   draw(plot)
   frame(wks)

   res@tmXBLabelFontThicknessF = 4.0
   plot = gsn_blank_plot(wks,res)

   draw(plot)
   frame(wks)
end

On May 4, 2012, at 10:28 AM, Cheung wrote:

> Hi all :
>
> I'd like to change the thickness of X-axis label font, and I use
> res@tmXBLabelFontThicknessF.
>
> but it shows no effect. Can anyone help?
>
> thanks
>
>
> _______________________________________________
> 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 Fri May 4 11:13:08 2012

This archive was generated by hypermail 2.1.8 : Thu May 10 2012 - 16:57:50 MDT