-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Problems with anatomy figure on v2.x #7113
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
Labels
API: default changes
Difficulty: Easy
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Documentation
Milestone
Comments
While you are at it, you could change the call to |
You have found a major bug: changing the tick length with ax.tick_params does not adjust the tick label locations. |
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this issue
Sep 18, 2016
* Enable black edges on scatter markers. Also, use `plot` instead of `scatter` for @efiring. * Move major and minor tick annotation to left side, where they're visible. * Shift tick label and axis label annotations outward to match corrected handling of tick length. * Don't disable legend frame, which is not very distracting any more. Fixes matplotlib#7113.
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this issue
Sep 18, 2016
* Enable black edges on scatter markers. Also, use `plot` instead of `scatter` for @efiring. * Move major and minor tick annotation to left side, where they're visible. * Shift tick label and axis label annotations outward to match corrected handling of tick length. * Don't disable legend frame, which is not very distracting any more. * Don't set figure facecolor, which is already white by default now. Fixes matplotlib#7113.
QuLogic
added a commit
to QuLogic/matplotlib
that referenced
this issue
Nov 15, 2016
* Enable black edges on scatter markers. Also, use `plot` instead of `scatter` for @efiring. * Move major and minor tick annotation to left side, where they're visible. * Shift tick label and axis label annotations outward to match corrected handling of tick length. * Don't disable legend frame, which is not very distracting any more. * Don't set figure facecolor, which is already white by default now. Fixes matplotlib#7113.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API: default changes
Difficulty: Easy
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Documentation
Due to several default style changes, there are a few issues with the "anatomy of a figure" example from #7072 when run on
v2.x
.Most of these should be straightforward to fix when I get a chance if no-one beats me to it.
The text was updated successfully, but these errors were encountered: