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

Step 5: matplotlib error #80

Open
neronotdante opened this issue Apr 26, 2022 · 3 comments
Open

Step 5: matplotlib error #80

neronotdante opened this issue Apr 26, 2022 · 3 comments

Comments

@neronotdante
Copy link

gca() with keyword arguments was deprecated in Matplotlib 3.4
usingsubplot() or add_subplot()may resolve the question

@bugleilei
Copy link

bugleilei commented Apr 26, 2022 via email

@unverozkol
Copy link

using "ax = fig.add_subplot(111, projection='3d')" solved the problem in my case

@onitake
Copy link

onitake commented Oct 24, 2022

It looks like the first argument is optional in matplotlib.

ax = fig.add_subplot(projection='3d')

worked for me.

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

No branches or pull requests

4 participants