-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
examples/api/skewt.py is not displaying the right part of the grid by default #6873
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
This was relying upon the upper spine's I've got a cleaned up version working now that makes a lot more sense. |
Matches the work done in matplotlib/matplotlib#7479, which fixes missing gridlines identified in matplotlib/matplotlib#6873. This is a cleaner implementation of how this is handled anyways.
Matches the work done in matplotlib/matplotlib#7479, which fixes missing gridlines identified in matplotlib/matplotlib#6873. This is a cleaner implementation of how this is handled anyways.
Matches the work done in matplotlib/matplotlib#7479, which fixes missing gridlines identified in matplotlib/matplotlib#6873. This is a cleaner implementation of how this is handled anyways.
Matches the work done in matplotlib/matplotlib#7479, which fixes missing gridlines identified in matplotlib/matplotlib#6873. This is a cleaner implementation of how this is handled anyways.
mpl2.0b3/master Qt5Agg numpy1.11.1 Python 3.5.1
skewt.py is missing the left part of the grid by default:

Triggering a redraw (eg by panning the axes) solves the issue, but it may be something deeper?
The text was updated successfully, but these errors were encountered: