You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mpl version: 3.6.0.dev2341+g3df958c760
anchor before colorbar: N
anchor after colorbar: (0.5, 0.0)
Expected outcome
My reading of the docs is that the axes anchor should still be "N" after I add the colorbar. Though given #18752, it's possible I have misunderstood!
panchor(float, float), or False, optional
The anchor point of the colorbar parent axes. If False, the parent axes' anchor will be unchanged. Defaults to (1.0, 0.5) if vertical; (0.5, 0.0) if horizontal.
Additional information
No response
Operating system
No response
Matplotlib Version
main branch (3.6.0.dev2341+g3df958c760), 3.5.2 and some older (3.3+) versions.
Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
No response
The text was updated successfully, but these errors were encountered:
Actually the code prior to #20129 also didn't have the if loc_settings["panchor"] is not False: check, so I don't think my changes really matter here? Without having carefully checked, the proposed fix makes sense, though.
Uh oh!
There was an error while loading. Please reload this page.
Bug summary
colorbar
seems to ignore the keyword settingpanchor=False
Code for reproduction
Actual outcome
Expected outcome
My reading of the docs is that the axes anchor should still be "N" after I add the colorbar. Though given #18752, it's possible I have misunderstood!
Additional information
No response
Operating system
No response
Matplotlib Version
main
branch (3.6.0.dev2341+g3df958c760), 3.5.2 and some older (3.3+) versions.Matplotlib Backend
No response
Python version
No response
Jupyter version
No response
Installation
No response
The text was updated successfully, but these errors were encountered: