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

Running create_movie_3D.py fails #5

Open
alexperez33 opened this issue Mar 3, 2024 · 0 comments
Open

Running create_movie_3D.py fails #5

alexperez33 opened this issue Mar 3, 2024 · 0 comments

Comments

@alexperez33
Copy link

When attempting to run create_movie_3D.py, the script fails on line 213.
fig, ax = plt.subplots(subplot_kw=dict(projection='3d'), figsize=(8, 8))
with
ValueError: Unknown projection '3d'

It appears this import fixes the problem.
from mpl_toolkits.mplot3d import Axes3D

However, I am unsure if this is the intended display/outcome.

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

1 participant