<div dir="ltr">Hi Andrew,<div><br></div><div>I do the same thing using &quot;Corners&quot; mode and the corresponding RightCornerLatF, etc., as you do.  However, I create the contour variable using wrf_contour, and then plot that contour variable using wrf_map_overlays, with the first res argument (fourth overall) being a plot res for things like annotated polylines and such, which would be empty but =True, and the second res argument (fifth overall) being the map res that is used to define the corners.</div><div><br></div><div>Something like:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">contour = wrf_contour(a,wks,dbz_plane(:,:),opts)</font></div><div><font face="monospace, monospace">...</font></div><div><font face="monospace, monospace">plot = wrf_map_overlays(a,wks,(/contour/),pltres,mpres)</font></div></blockquote><div><br></div><div>This instead of gsn_csm_contour.  I can&#39;t claim it&#39;s a beter way of doing it, or that it addresses the specific problem, but hopefully this alternative method will make it work!</div><div><br></div><div>Ryan<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><font size="1">Ryan Connelly</font></div><div dir="ltr"><div dir="ltr" style="font-size:12.8px"><font color="#000000"><font size="1">M.S. Student in Atmospheric Sciences, </font><span style="font-size:x-small">Stony Brook University</span><br></font></div><div dir="ltr" style="font-size:12.8px"><div><font color="#000000"><font size="1">B.S. in Meteorology with Minors in Mathematics and GIS, </font><span style="font-size:x-small">Valparaiso University</span></font></div></div><div><a href="mailto:rconne01@gmail.com" style="font-size:x-small" target="_blank">rconne01@gmail.com</a><br></div><div><font size="1"><a href="mailto:ryan.connelly@stonybrook.edu" target="_blank">ryan.connelly@stonybrook.edu</a></font></div></div></div></div></div></div></div></div></div></div>
</div></div>