Ununiform size of paneled plots with function "gsn_attach_plots"

From: Jun Cheng <chengjun8504_at_nyahnyahspammersnyahnyah>
Date: Mon Apr 26 2010 - 00:45:23 MDT

Dear Sir/Madam,

When using function "gsn_attach_plots" to panel plot more than 4, the
lowest one in the paneled plot has ununiform size with others, as
shown in attachment, anybody know how to resolve this problem?

Thanks,

Jun

;;;;;; Attach plots along the X axes
   attachres1 = True
   attachres1@gsnAttachPlotsXAxis = True ;; attaches along x-axis
   attachres1@gsnAttachBorderOn = False ;; No border please
   attachres2 = True
   attachres2@gsnAttachPlotsXAxis = True ;; attaches along x-axis
   attachres2@gsnAttachBorderOn = False ;; No border please

   attachid1 =
gsn_attach_plots(plot(0),plot(1:5),attachres1,attachres2)

;;;;;; Maximize output on the page and draw everything
   pres = False ; No resources needed
   maximize_output(wks,pres) ; Maximize plot on page

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Mon Apr 26 00:46:11 2010

This archive was generated by hypermail 2.1.8 : Thu Apr 29 2010 - 08:05:27 MDT