(no subject)

From: Torben Mueller <torbenmllr_at_nyahnyahspammersnyahnyah>
Date: Tue Oct 25 2011 - 21:19:31 MDT

Dear NCL community,

I would like to do a certain type of panel plot for which I could not find
any example in the resources.
I want to outline the plot as follows:

X1 X2
   X3

X1 and X2 are contour plots and X3 is a time series xy plot.

I used the following arguments:

    resP = True
    resP@gsnPanelRowSpec = True ; tell panel what order to plt
    gsn_panel(wks,plot,(/2,1/),resP)

However, this results in the xy plot being centered in the middle and not
using the width of the plot (width X1 + width X2).
Is there an easy solution on how to use the full length for the third plot
in the panel?

Thanks!

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Oct 25 21:19:37 2011

This archive was generated by hypermail 2.1.8 : Fri Oct 28 2011 - 10:52:03 MDT