-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
axisbelow should just set zorder. #9094
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
Conversation
98993c7 to
8af9cbd
Compare
|
FWIW, the float option for |
|
Actually I decided to not support float values in axisbelow -- just set zorder if that's what you want to do (in fact, one should just set zorder in all cases). |
8af9cbd to
29a3333
Compare
3a44d35 to
ce41543
Compare
|
It appears that commenting out the lines in text.py makes the currently failing docs example (custom_scale_example) just build fine... strange. Edit: should be fixed now, was a silly error on my side. |
36b2071 to
83771cc
Compare
83771cc to
7fc37cf
Compare
7fc37cf to
5b93d85
Compare
5b93d85 to
19b0731
Compare
19b0731 to
3184287
Compare
lib/matplotlib/axes/_base.py
Outdated
| ---------- | ||
| b : bool | ||
| .. | ||
| ACCEPTS: bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you add this line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... because the PR dates from before we got rid of them :)
Removing it.
3184287 to
0f4b615
Compare
|
Apart from minor documentation problems, this looks good on the mpl side of things. I'm trying to stay away from the 3d stuff, so I can't comment on that. |
0f4b615 to
51f8468
Compare
NelleV
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
🍾 |
See discussion starting at https://gitter.im/matplotlib/matplotlib?at=59a0b3b9bc46472974c206bf.
Please vote as to whether we should just deprecate the old axisbelow functions in favor of just using zorder everywhere (I think we should).
xref #5045 #6287
attn @afvincent
PR Summary
PR Checklist