<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Rich,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The figure strings are added after the polar labels, so I&#39;m not sure why you are seeing the polar labels on top.  I was able to reproduce this problem using an example test plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Let me look into this and get back to you.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you don&#39;t hear from me, you may want to consider adding the figure strings yourself, before you call panel. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For an example on this, see example text_9.ncl at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><a href="http://www.ncl.ucar.edu/Applications/text.shtml#ex9">http://www.ncl.ucar.edu/Applications/text.shtml#ex9</a><br></div><div class="gmail_default" style><br></div><div class="gmail_default" style>which shows how to add your own strings using gsn_create_text and gsn_add_annotation. To get a label at the top left of the plot, try these settings for gsn_add_annotation:</div><div class="gmail_default" style><br></div><div class="gmail_default" style><pre>  amres@amParallelPosF   = -0.5    ; This is the left edge of the plot.
  amres@amOrthogonalPosF = -0.5    ; This is the top edge of the plot.
  amres@amJust           = &quot;TopLeft&quot;
  annoid2 = gsn_add_annotation(plot, txid2, amres)</pre><pre>--Mary</pre><pre><br></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 17, 2015 at 2:16 PM, Richard Neale <span dir="ltr">&lt;<a href="mailto:rneale@ucar.edu" target="_blank">rneale@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>I have a plot (attached) that simply uses a call to  gsn_csm_contour_map_polar that is plotted using a gsn_panel call. When I do that the longitude labels seem to be drawn after the gsnPanelFigureStrings are placed, making them both clash on the plot. Is there a draw ordering I can invoke or something to correct it?<br><br></div>Thanks<br></div>Rich<span class="HOEnZb"><font color="#888888"><br><div><div><br><br clear="all"><div><br>-- <br><div><div dir="ltr">-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<br> Richard Neale - <a href="mailto:rneale@ucar.edu" target="_blank">rneale@ucar.edu</a> - <a href="http://www.cgd.ucar.edu/cms/rneale" target="_blank">http://www.cgd.ucar.edu/cms/rneale</a> -<br> Atmospheric Modeling &amp; Predictability, CGD, NCAR  =-=-=-=-=-=-=-=-=-=-<br> P.O. Box 3000, Boulder, CO 80307-3000 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<br> Tel <a href="tel:%28303%29%20497-1380" value="+13034971380" target="_blank">(303) 497-1380</a> Fax <a href="tel:%28303%29%20497-1324" value="+13034971324" target="_blank">(303) 497-1324</a> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<br>-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-<br><br></div></div>
</div></div></div></font></span></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>