Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed call to path.Path.contains_point from pnpoly. #2020

Merged
merged 1 commit into from May 17, 2013

Conversation

aseagram
Copy link

contains_point accepts a list as its first argument. It was being called with contains_point(x,y) rather than contains_point([x,y]).

@pelson
Copy link
Member

pelson commented May 17, 2013

👍 for the change. Though nxutils was deprecated in v1.2.0 and may very well be deleted for v1.3.x. @mdboom is there a reason to keep it around?

@mdboom
Copy link
Member

mdboom commented May 17, 2013

We (knock on wood) have all of the last bugs in the replacement ironed out now, so I don't think there's a good reason to keep this around. However, this is still a helpful patch and I'll manually merge it onto 1.2.x.

mdboom added a commit that referenced this pull request May 17, 2013
Fixed call to path.Path.contains_point from pnpoly.
@mdboom mdboom merged commit 51107ea into matplotlib:master May 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants