Re: plotting only panels

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 13 2010 - 11:07:33 MDT

Hi Jeff,
Based on the email you just sent me offline, I know what the issue is.
You need to tell NCL to not draw the individual plots and to also not
flip the page, as those are the default settings when creating a plot or
calling gsn_panel. Otherwise, each time you create a plot, NCL will draw
it, and flip the page.

What you need to do is within your plot resource list set:
  gsnDraw = False ; do not draw the plot
  gsnFrame = False ; do not flip the page

This will tell NCL to not draw the individual plots and flip the page,
leaving the gsn_panel call as the only call that does this.

Let us know if that doesn't fix your issue...
Best regards,
Adam

On 07/13/2010 09:57 AM, JEFFREY JOSEPH WATERS wrote:
> NCL,
> I was wondering if there is a way to create panels only instead of
> creating/plotting all individual plots and adding on the panels at the
> end. It would save me a lot of space. Any input is appreciated. Thanks!
>
> Jeff Waters
> Graduate Student
> Department of Meteorology
> Penn State University '11
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

-- 
__________________________________________________
Adam Phillips 
asphilli@ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
Climate and Global Dynamics Division         fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000    http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Jul 13 11:07:40 2010

This archive was generated by hypermail 2.1.8 : Mon Jul 19 2010 - 09:39:01 MDT