<div dir="ltr">Hi Dave,<div><br></div><div style>I haven't seen this.  Could this be due to the colorbar?  I believe it picks the contour colors based on a colorbar.  If the colors it picks are invisible on your plot, you won't see the contours.</div>

<div style><br></div><div style>It would help to figure out what's going on if you could come up with a sample script that illustrates the issue.  Bonus points if you use one of the datasets on <a href="http://yt-project.org/data">yt-project.org/data</a>.</div>

<div style><br></div><div style>-Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 20, 2013 at 3:17 PM, david collins <span dir="ltr"><<a href="mailto:dcollins4096@gmail.com" target="_blank">dcollins4096@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, all--<div><br></div><div>I'm seeing a glitch in the matplotlib countor function, as employed by annotate_clumps.  As is, I'm seeing some clumps that are not plotted by the countour plotter unless I bump the number of contours-- I get all the plots if I change the contour line to:</div>



<div><br></div><div><div>self.rv = plot._axes.contour(buff, len(self.clumps)+5,</div><div>                                     extent=extent,**self.plot_args)</div></div><div><br></div><div>instead of </div><div>

<br></div><div><div><div>self.rv = plot._axes.contour(buff, len(self.clumps)+1,</div><div>                                     extent=extent,**self.plot_args)</div></div><div><br></div><div><br></div><div>Is this a glitch that anyone is aware of?  Is there a more general fix?  The clump contour is not the only time I've run into this glitch. It seems to happen on large contours, for what that's worth.</div>



<div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>d.</div></font></span></div></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
<br></blockquote></div><br></div>