Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The zlabel on 3D axes will be cut when using '%matplotlib inline' in Jupyter #28117

Open
Saltsmart opened this issue Apr 22, 2024 · 0 comments

Comments

@Saltsmart
Copy link

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

from matplotlib import pyplot as plt

fig = plt.figure()
ax = fig.add_subplot(projection="3d")

ax.set_zlabel("Z Label")

plt.show()

Actual outcome

image

Expected outcome

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants