<div dir="ltr"><div><div><div><div><div><div><div>Hi Barry,<br><br></div>I'm not really sure what is going on here, but one thing that stands out is the call to "frame(wks)" at the end of your script. Normally, that is not necessary unless the resources gsnDraw and gsnFrame are set to False (their defaults are True). As you likely know, its a language idiom to set these two resources to False when wanting to overlay additional graphics on top of a plot, and then after all drawing functions have been called, one performs this little idiom:<br><br></div> ....<br></div> draw(plot) <br></div> frame(wks)<br><br></div>Which draws the plot and all overlays and advances the "frame" (page/next-image/etc).<br><br></div>Pure speculation on my part, but perhaps the explicit call to frame(wks) when gsnFrame is already True is the issue (it shouldn't be, but...). Maybe try removing this call? Or add a call to "draw(mp)" just before the "frame(wks)". <br><br></div>Rick<br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 19, 2017 at 12:07 AM, Barry Lynn <span dir="ltr"><<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@gmail.com</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">Hi:<div><br></div><div>When I plot the namelist.wps as a pdf the station lines appear. When I plot it as a png, they disappear.</div><div><br></div><div>Is there a simple fix for this?</div><div><br></div><div>Thanks<br clear="all"><div><br></div>-- <br><div class="m_180867524452606262gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:(914)%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></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>