multiplot for different aspect ratio

From: juki juki <juky_emc2_at_nyahnyahspammersnyahnyah>
Date: Wed Mar 20 2013 - 08:37:07 MDT

Hi all ncl users; I am making multiplot from individual plot with different aspect ratio. In simple, as example 5 plots with the aspect ratio as follow: plot = new(5,graphic) plot(0)--> vpHeightF     = 0.15 plot(1)--> vpHeightF     = 0.25 plot(2)--> vpHeightF     = 0.15 plot(3)--> vpHeightF     = 0.25 plot(4)--> vpHeightF     = 0.15  resP                     = True gsn_panel(wks,plot,(/5,1/),resP)               ; now draw as one plot PROBLEM: some portion of bottom of Plot 1 overlap with Plot 2, and plot 3 overlap with plot 4. How  to overcome such problem ? Thanks again for help. joueky

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 20 08:37:21 2013

This archive was generated by hypermail 2.1.8 : Fri Mar 22 2013 - 16:45:18 MDT