<div dir="ltr"><div class="gmail_default" style="font-size:small">Stephanie,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Can you send us a script that shows what you are trying to do?</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I was able to get the markers to appear on top of the map outlines by setting:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><div class="gmail_default">  res@tfPolyDrawOrder = &quot;PostDraw&quot;</div><div class="gmail_default">  res@mpOutlineDrawOrder = &quot;Draw&quot;</div><div class="gmail_default"><br></div><div class="gmail_default">but I was only drawing maps and markers, and no contours or vectors.  Without knowing what kind of plot elements you&#39;re drawing, I can&#39;t really reproduce your problem.</div><div class="gmail_default"><br></div><div class="gmail_default">It might be that you need to set some of the other items to &quot;predraw&quot; rather than &quot;draw&quot;.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 4, 2015 at 1:26 PM, Stephanie <span dir="ltr">&lt;<a href="mailto:sslade1@atmos.colostate.edu" target="_blank">sslade1@atmos.colostate.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi NCL users,<br>
<br>
I&#39;m having trouble overlaying polymarkers in a figure so that the<br>
polymarkers are on top of everything.  My plot is a panel plot with<br>
multiple overlays in each panel, and each panel has a polymarker which<br>
is in a different location in each panel  (so gsn_panel has to be called<br>
after drawing the polymarkers).  My main concern is that the map outline<br>
sits on top of the polymarkers.  I attempted to set the draw order for<br>
each layer by setting everything to &quot;Draw&quot; and the polymarkers to<br>
&quot;PostDraw&quot;, however this caused the background map outline to completely<br>
disappear with everything else in tact.  Any suggestions would be<br>
greatly appreciated.<br>
<br>
Thank you all in advance!<br>
<br>
Stephanie<br>
<br>
--<br>
Stephanie A. Henderson<br>
(Formerly Stephanie A. Slade)<br>
PhD Candidate<br>
Department of Atmospheric Science<br>
Colorado State University<br>
Fort Collins, CO  80523<br>
<br>
_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>