Re: [matplotlib-devel] nxutils

2011-11-17 Thread Benjamin Root
Huh? Nxutils removed? Then how am I still using points_inside_poly? And, if I remember right, Path uses that to calculate contains(). Ben Root On Thursday, November 17, 2011, Eric Firing wrote: > On 11/17/2011 10:19 AM, Michael Droettboom wrote: >> Most of what was in nxutils has been superseded

Re: [matplotlib-devel] nxutils

2011-11-17 Thread Eric Firing
On 11/17/2011 10:19 AM, Michael Droettboom wrote: > Most of what was in nxutils has been superseded by things in Numpy, and > it makes more sense for it to be over there. > > In the case of points_inside_poly, you can use the Path object in > path.py and the "contains_point" method. > > Mike Mike,

Re: [matplotlib-devel] nxutils

2011-11-17 Thread Michael Droettboom
Most of what was in nxutils has been superseded by things in Numpy, and it makes more sense for it to be over there. In the case of points_inside_poly, you can use the Path object in path.py and the "contains_point" method. Mike On 11/17/2011 12:03 PM, James Evans wrote: All, I have not t

[matplotlib-devel] nxutils

2011-11-17 Thread James Evans
All, I have not touched the code for several months, so it has taken me up until just now to realize that nxutils has been removed from the build. I there any real reason for this? Particularly when you consider that there are still functions present that use it and now they just fail.

Re: [matplotlib-devel] Another colormap

2011-11-17 Thread Tony Yu
On Fri, Sep 23, 2011 at 1:27 AM, Nathaniel Smith wrote: > On Thu, Sep 22, 2011 at 7:00 PM, Benjamin Root wrote: > > On Thursday, September 22, 2011, Tony Yu wrote: > >> On Thu, Sep 22, 2011 at 5:16 PM, Nathaniel Smith wrote: > >>> I looked at the paper, and the goal was specifically to produce

Re: [matplotlib-devel] Heads-up: master badly broken, syntaxerror in setup.py

2011-11-17 Thread Michael Droettboom
This should now be fixed. Mike On 11/17/2011 02:40 AM, Jens Nielsen wrote: > It works in python3 > > The python statement in python2.7 (and 2.6) does not support the end argument. > Adding a "from __future__ import print_function" to the beginning of > setup.py seems to fix it. > > Greetings Jens

Re: [matplotlib-devel] colorbar extension size

2011-11-17 Thread Andrew Dawson
I forgot to include the link to the Github compare page in my last message: http://github.com/ajdawson/matplotlib/compare/master...colorbar-extensions Andrew On 16 November 2011 12:19, Andrew Dawson wrote: > I would like some feedback on a new feature I have developed to control > the length o