<div dir="ltr"><div><div>Hi, Nathan--<br></div><div><br>I thought about the colorbar thing, so I made the image grayscale and it still doesnt' show up.  I also set the zlim so that the data was either all white or black, and it shows up in neither.<br>

<br></div><div>I've attached two representative images.  By construction all of these contours are disjoint.  The missing clump is pretty obvious, as it takes up most of the image where it exists.  <br></div><div><br>

</div><div>The two attached plots are two tweaks to <a href="http://plot_modifications.py/ClumpContourCallback" target="_blank">plot_modifications.py/ClumpContourCallback</a>, at line ~700<br></div>the "plus_3" plot uses<br>
self.rv = plot._axes.contour(buff,  len(self.clumps)+3,<br>
                                     extent=extent,**self.plot_args)<br>the "plus_5" plot uses<br>self.rv = plot._axes.contour(buff,  len(self.clumps)+5,<br>                                     extent=extent,**self.plot_args)<br>

<br>The code to reproduce the plot is pretty benign, and is below for generality.  the list clumps_to_use comes from a set of pickled clumps for this dataset.  I'll see if I can reproduce it with something more universally accessible.  I'm quite sure that it doesn't have anything to do with the clump itself, as I've seen this behavior with other calls to 'contour'.  I'm working on a simpler thing that demonstrates this-- I've seen it with code that uses no piece of yt, so I'm 97.2% sure that it's contour and not yt.  (Might be something else dumb I'm doing, that's pretty common, but I haven't been able to sort out what it is.)<br>

<br></div><code><br><div>    field='Density'<br>    center = [0.5]*3<br>    proj = pf.h.proj(ax,field,center=center)<br>    plot = proj.to_pw(origin='domain')<br>    plot.set_cmap('Density','gray')<br>

    subset = 'black_map_fixed'<br>    plot.set_zlim('Density',1e6,1e7)<br>    if clumps_to_use is not None:<br>        plot.annotate_clumps(clumps_to_use)<br>    print plot.save('%s_n%04d_%s'%(name,frame,subset))<br>

</div><div></code><br></div><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 20, 2013 at 4:21 PM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@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 Dave,<div><br></div><div>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><br></div><div>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" target="_blank">yt-project.org/data</a>.</div>


<div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">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>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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><font color="#888888"><div>d.</div></font></span></div></div>
<br></div></div>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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>
<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>