### Bug summary The zlabel on 3D axes will be cut when using '%matplotlib inline' in Jupyter, but it's no problem to use non-interactive backends. ### Code for reproduction ```Python from matplotlib import pyplot as plt fig = plt.figure() ax = fig.add_subplot(projection="3d") ax.set_zlabel("Z Label") plt.show() ``` ### Actual outcome  ### Expected outcome  ### Additional information _No response_ ### Operating system _No response_ ### Matplotlib Version 3.8.0 ### Matplotlib Backend module://matplotlib_inline.backend_inline ### Python version Python 3.11.5 ### Jupyter version 6.5.4 ### Installation conda