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

The 3D example does not work. #360

Open
ThreeStones1029 opened this issue May 24, 2024 · 2 comments
Open

The 3D example does not work. #360

ThreeStones1029 opened this issue May 24, 2024 · 2 comments

Comments

@ThreeStones1029
Copy link

After I install it, all the 2D examples work fine, but the 3D example will report errors. The error is as follows.
terminate called after throwing an instance of 'std::runtime_error' what(): No axis
Has anyone ever encountered this problem? I guess the error is due to a version issue, because I think this project is calling the python version of the library. If anyone knows how to solve it, can you reply me? Thank you very much.

@DamynChipman
Copy link

DamynChipman commented May 29, 2024

I had the same issue. When I switched my matplotlib package version (specifically to 3.3.2) through a conda environment, it worked. I am using Python 3.8.

@abnerlam
Copy link

abnerlam commented Jun 18, 2024

After I install it, all the 2D examples work fine, but the 3D example will report errors. The error is as follows. terminate called after throwing an instance of 'std::runtime_error' what(): No axis Has anyone ever encountered this problem? I guess the error is due to a version issue, because I think this project is calling the python version of the library. If anyone knows how to solve it, can you reply me? Thank you very much.

The error is due to the version,(3.7.0~3.9.0) I'm using matplotlib==3.4.0, python==3.9.12, that is work.

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

3 participants