<div dir="ltr"><div><div><div><div><div>Hi Alison,<br><br></div>I think the issue is you want to set <br><br></div>   res@gsnDraw = False<br></div>   res@gsnFrame = False<br><br></div>This keeps the plot from drawing until you explicitly tell to.   Then at the bottom of your loop, you'd have</div><div><br></div><div>  draw(plot)</div><div>  frame(wks)   ;; this might not be necessary?  Something's causing the frame to advance</div><div><br></div><div>BTW, a hopefully helpful comments:   a lot of the resources you are setting are static across plots. You might want to move those outside and prior to the loop.</div><div><br></div><div>Rick<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 11, 2017 at 3:08 PM, Alison Bridger <span dir="ltr"><<a href="mailto:alison.bridger@sjsu.edu" target="_blank">alison.bridger@sjsu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am using gsn_csm_xy to make a fairly simple plot, embedded in a loop. The loop is over times in the output from a WRF run (it = 1,6 in the attached example).<div><br></div><div>The quantity plotted is rain (RAINNC) so does not show up right away BUT - as soon as it starts plotting, I get an "echo" of the previous hour's line plot. Hence - 2 lines per plot, but should only be one.</div><div><br></div><div>I feel like I am missing something - but can't think where to start on the FAQ or the NCL pages.</div><div><br></div><div>Attached = code (xx.ncl), sample output (WEplt.ps).</div><div><br></div><div>The code reads a "standard" wrfout file - hope you have one archived!</div><div><br></div><div>Thanks<br clear="all"><div><br></div>-- <br><div class="m_2686808031449749009gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><pre><font face="comic sans ms, sans-serif">                 Alison F.C. Bridger<br>                  Professor & Chair<br><br>    Department of Meteorology and Climate Science<br><br>    San Jose State University      tel  <a href="tel:(408)%20924-5206" value="+14089245206" target="_blank">408.924.5206</a><br>    One Washington Square          fax  <a href="tel:(408)%20924-5191" value="+14089245191" target="_blank">408.924.5191</a><br>    San Jose, CA 95192-0104<br><br>             email:   <a>Alison.Bridger@sjsu.edu</a></font></pre><pre><font face="comic sans ms, sans-serif">       <b>Global CO2 levels...400 ppm and still rising...happy?</b></font></pre><pre><font face="comic sans ms, sans-serif"><br>                 <a href="http://www.met.sjsu.edu" target="_blank">www.sjsu.edu/meteorology</a><br>       </font><br></pre></div></div></div></div>
</div></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>