-
Notifications
You must be signed in to change notification settings - Fork 89
replaced gca(projection="3d") with plt.axes(projection="3d") #533
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
Conversation
…d for matplotlib 3.4.2
|
Maybe I typed in my comment at the wrong place. Here we go again: Thanks, but I think this might be a problem when you do 3D subplots and even more so on matplotlib 3.3. What seems to work with both matplotlib 3.3&3.4 and also with both standard plots&subplots is this:
|
|
Ok, I changed it to your proposed version. |
removed the settings.json from vscode.
|
Thanks, sorry for this small indentation error ;) |
Replaced gca(projection="3d") with plt.axes(projection="3d") as is needed for matplotlib 3.4.2 and later.
The
gca()command does not acept keyword arguments anymore.