-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Colors drawn outside axis for hist2d #7350
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
Comments
Those tickets are for |
OK, so in this case, it seems like |
moved to v2.0.1 as this is not a 2.0 induced bug. |
On further inspection, I think it may have been made worse in the same way that #6773 was made worse. |
I don't understand why there's a + 1 here, but it rounds up to the next-next pixel instead of the next pixel. This makes images extend past the end of the frame. Fixes matplotlib#6773. Fixes matplotlib#7350.
A bit of a nitpick, but when working with hist2d in matplotlib 2.0.0b3 installed using pip on OS X 10.9.5, I see a problem with the colors being drawn outside the axis ever so slightly at the top and right of the figure. I generated the attached example using this code:
overfill_example.pdf
The text was updated successfully, but these errors were encountered: