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
When setting ax.view_init(vertical_axis="x") the plot is initialized as intended but once rotating it a little the plot and ax._vertical_axis is reset to the default value.
Bug summary
When setting
ax.view_init(vertical_axis="x")
the plot is initialized as intended but once rotating it a little the plot andax._vertical_axis
is reset to the default value.Code for reproduction
Actual outcome
Inital view:

After a small rotation on the bottom right plot:

Expected outcome
ax._vertical_axis
should stay the same when rotating plots. This worked correctly in earlier matplotlib version.Additional information
No response
Operating system
Windows 10
Matplotlib Version
3.8.3
Matplotlib Backend
Qt5Agg
Python version
3.12
Jupyter version
No response
Installation
conda
The text was updated successfully, but these errors were encountered: