Re: Attaching plots, alternating Y-axes

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu, 14 Feb 2008 09:15:57 -0700 (MST)

Hi Michael,

You want to use the tm* resources for tickmark labels. The ti*
resources are for titles on the axes. Try setting
tmYRLabelFontHeightF for the right axis and tmYLLabelFontHeightF for
the left.

--Mary

On Wed, 13 Feb 2008, Michael Tosca wrote:

> I am attaching 4 plots on top of eachother, with alternating L-R y-axis
> positioning. For some reason I can't seem to get the Tick-mark labels on the
> 2 right axes to be the correct font-size.
>
> I am plotting each graph separately, with its own set of resources which
> define the font size, but then when I try to attach them at the end, only the
> right side is coming out with the wrong font size. here's an example of the
> attach-part of the routine:
>
> attachres1 = True
> attachres1_at_gsnAttachPlotXAxis = True
> attachres1_at_gsnAttachBorderOn = False
> attachres1_at_tiYAxisFontHeightF = .010
>
> attachres2 = True
> attachres2_at_tiYAxisFontHeightF = .010
>
>
> newplot1 = gsn_attach_plots(plotC,plotD,attachres1,attachres2)
> newplot2 = gsn_attach_plots(plotB,plotC,attachres1,attachres2)
> newplot3 = gsn_attach_plots(plotA,plotB,attachres1,attachres2)
>
> draw(plotA)
> frame(wks)
>
> Thanks,
> Mike
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Feb 14 2008 - 09:15:57 MST

This archive was generated by hypermail 2.2.0 : Fri Feb 15 2008 - 17:17:57 MST