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

Error on 3D plots #57

Closed
ndem0 opened this issue Feb 12, 2021 · 1 comment
Closed

Error on 3D plots #57

ndem0 opened this issue Feb 12, 2021 · 1 comment

Comments

@ndem0
Copy link
Member

ndem0 commented Feb 12, 2021

The command:
ax.set_aspect('equal') (

ax.set_aspect('equal')
)
raises a NotImplementedError. The error occurs running Tutorials 3 and 4.

Looking at the matplotlib documentation (https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.set_aspect.html#matplotlib.axes.Axes.set_aspect) it looks like the equal option has been deprecated.

One solution should be:
ax.set_aspect('auto', 'box') (TO CHECK)

@ndem0
Copy link
Member Author

ndem0 commented Apr 16, 2021

Fix in #62

@ndem0 ndem0 closed this as completed Apr 16, 2021
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