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
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,
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
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.
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
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
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