Bug summary
When inverting an axis on an Axes3D object, the axis and the background pane gets out of sync.
Code for reproduction
import matplotlib.pyplot as plt
fig = plt.figure()
ax = fig.add_subplot(projection="3d")
ax.invert_zaxis()
plt.show()
Actual outcome
Expected outcome
Additional information
This worked in version 3.10.9
Operating system
OS X
Matplotlib Version
3.11.0
Matplotlib Backend
macosx
Python version
3.13.12
Jupyter version
No response
Installation
uv
Bug summary
When inverting an axis on an Axes3D object, the axis and the background pane gets out of sync.
Code for reproduction
Actual outcome
Expected outcome
Additional information
This worked in version 3.10.9
Operating system
OS X
Matplotlib Version
3.11.0
Matplotlib Backend
macosx
Python version
3.13.12
Jupyter version
No response
Installation
uv