-
Notifications
You must be signed in to change notification settings - Fork 304
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
Cropped 3D matplotlib plots #13661
Comments
With VSCode |
Thanks for filing this issue and I'm sorry for not getting back any sooner on this. If you try this exact same notebook in Jupyter Lab, you run into the same issue Most likely an issue with matplot lib irself. |
I did try it in jupyter lab and it didn't give me the issue, that's why I opened it here... Let me try again, to see if it's indeed a problem not caused by VS Code |
Please try Jupyter lab locally, i tried that again and same result |
I'm not going to install jupyterlab, I trust you. Should we reopen this issue in the matplotlib repo? |
Environment data
Expected behaviour
I'm plotting 3D plots with matplotlib I want them to show all the axes and their labels completely.
Actual behaviour
I'm plotting 3D plots with matplotlib and the inline plots appear cropped. I've tried the sample code for a 3D scatter plot given in the matplotlib documentation, and it also appears cropped
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: