[yt-users] Clumps, contours, n_contours
Nathan Goldbaum
nathan12343 at gmail.com
Mon May 20 15:21:46 PDT 2013
Hi Dave,
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.
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 yt-project.org/data.
-Nathan
On Mon, May 20, 2013 at 3:17 PM, david collins <dcollins4096 at gmail.com>wrote:
> Hi, all--
>
> 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:
>
> self.rv = plot._axes.contour(buff, len(self.clumps)+5,
> extent=extent,**self.plot_args)
>
> instead of
>
> self.rv = plot._axes.contour(buff, len(self.clumps)+1,
> extent=extent,**self.plot_args)
>
>
> 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.
>
> Thanks!
> d.
>
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20130520/c64a77eb/attachment.html>
More information about the yt-users
mailing list