Re: White space between panel plots

From: Xin Xi <xxi_at_nyahnyahspammersnyahnyah>
Date: Sat Feb 11 2012 - 15:41:24 MST

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
Received on Sat Feb 11 15:41:37 2012

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