axisbelow should just set zorder.#9094
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.
... 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
|
🍾 |
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