Re: White space between panel plots

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Sun Feb 12 2012 - 10:17:10 MST

Try setting tiMainOn = False, along with tiXAxisOn = False. By default, NCL will save space for the tiMainString text. Setting tiMainOn to False nullifies that. I am not sure whether setting tiXAxisOn is necessary.. Hope that helps.. Adam

On Feb 11, 2012, at 3:41 PM, Xin Xi <xxi@gatech.edu> wrote:

> I have set res_panel@gsnPanelYWhiteSpacePercent = 0.0; The previous figure was what it looked like - the white space on the top disappeared but the white space between plots didnot.
>
> On Sat, Feb 11, 2012 at 9:36 AM, Dennis Shea <shea@ucar.edu> wrote:
> http://www.ncl.ucar.edu/Document/Graphics/Resources/gsn.shtml
>
> res@gsnPanelYWhiteSpacePercent = 0.0 ; default is 1.0
>
> On 2/11/12 1:29 AM, Xin Xi wrote:
> > Hi there,
> > How can I remove the white space between the subplots on this panel
> > plot? These two subplots are the same size. I played different resources
> > but didnot work it out. thanks!
> >
> > plts = new(nplt,graphic)
> >
> > res@tmXBLabelsOn = False ; no bottom labels
> > res@tmXBOn = False ; no bottom tickmarks
> > tiXAxisSide = "Top"
> > plts(0) = gsn_csm_contour_map(wks,keep_50s,res)
> >
> > res@tmXTLabelsOn = False ; do not draw
> > top labels
> > res@tmXTOn = False ; no top tickmarks
> > delete(res@tmXBLabelsOn)
> > delete(res@tmXBOn)
> > tiXAxisSide = "Bottom"
> > plts(1) = gsn_csm_contour_map(wks,keep_90s,res)
> >
> >
> >
> >
> > _______________________________________________
> > 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
>
> _______________________________________________
> 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 Sun Feb 12 10:16:34 2012

This archive was generated by hypermail 2.1.8 : Fri Feb 17 2012 - 08:50:10 MST