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

BUG : bbox with any nan points can not overlap #4311

Merged
merged 2 commits into from Apr 19, 2015

Conversation

tacaswell
Copy link
Member

Fixes #4309

@tacaswell tacaswell added this to the next point release milestone Apr 5, 2015
Because I am slightly obsessive.
@jenshnielsen
Copy link
Member

Looks sensible to me but perhaps a warning should be raised if one of vertexes is nan?

@tacaswell
Copy link
Member Author

@jenshnielsen It seems like a reasonable use-case to mark a bounding box as non-usable by setting a vertex to np.nan so I don't think we should warn.

@jenshnielsen
Copy link
Member

Fair enough. I am fine with not warning.

jenshnielsen added a commit that referenced this pull request Apr 19, 2015
BUG : bbox with any nan points can not overlap
@jenshnielsen jenshnielsen merged commit 1bca1db into matplotlib:master Apr 19, 2015
@tacaswell tacaswell deleted the bug_bbox_overlap_nan branch May 16, 2015 03:25
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.

Bbox overlaps method returns True for NaN vertices
2 participants