White space between panel plots

From: Xin Xi <xxi_at_nyahnyahspammersnyahnyah>
Date: Sat Feb 11 2012 - 01:29:14 MST

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

location_lu.png
Received on Sat Feb 11 01:29:25 2012

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