Hi David,
Don Morton of ARSC/University of Alaska-Fairbanks wrote to me offline with something that might help:
-----
Don't know if this is at all useful.  I don't even remember how I did it all.  But, it sounds sort of like what he wants.  Here's a link to what it looks like:
I've included the NCL code that Don sent me.
--Mary
On Jun 11, 2013, at 12:02 PM, Mary Haley wrote:
> Hi David,
> 
> The Skew-T code was originally written to only draw single plots and have them drawn the minute the skew-T code was called.
> 
> If you need to just *create* the Skew-T plots so that you can do something with them later, then there's a special "Panel" resource that you can set to True. This tells the code to attach everything to the plot (markers, lines, etc), and to not draw the plot.
> 
> See example skewt_5.ncl at:
> 
> http://www.ncl.ucar.edu/Applications/skewt.shtml
> 
>  skewtOpts@Panel           = True    ; Default is False
> 
> 
> --Mary
> 
> On Jun 10, 2013, at 3:46 PM, Vollaro, David wrote:
> 
>> Hi,
>> 
>>        I am trying to combine a skew-t plot with another using gsn_attach_plots.  In order to do this I have to suppress drawing and the call to frame.  I cannot seem to get the skewt plotting program to suppress drawing.  Previous to the call I set  
>> 
>>  skewtOpts@gsnDraw    = False  ; Don't draw the plot or advance the
>>  skewtOpts@gsnFrame   = False  ; frame in the call to gsn_xy.
>> skewt_bkgd = skewT_BackGround (wks, skewtOpts) draw (skewt_bkgd)
>>  frame(wks)
>>  exit
>> Despite these calls most of the background(save the black frame and labels) plot out.  Upon searching through the skewt_func.ncl file it appears that the gsnDraw suppressions work with the call to gsn_xy(line 357).  However, once the calls to  gsn_polygon are called the background starts to draw.
>> I tried setting the gsOpts in the polygon draw to suppress drawing but got the following warnings:
>> 
>> warning:gsnFrame is not a valid resource in graphic_style at this time
>> warning:gsnDraw is not a valid resource in graphic_style at this time
>> 
>> Is there a way to delay the calling of polygon/markers to the background is not drawn until I call gsn_attach_plots?  Attached is the plotting script along with the sample dataset.  Thanks for your help..
>> 
>> Dave Vollaro
>> 
>> 
>> <skewt-tst.ncl><05d-44135296.datx>_______________________________________________
>> ncl-talk mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> 
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
This archive was generated by hypermail 2.1.8 : Mon Jun 24 2013 - 11:46:47 MDT