-
Notifications
You must be signed in to change notification settings - Fork 876
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
Wulff plot not working #2900
Comments
Bug confirmed. @CifLord Are you familiar with this code? If you have time, maybe you could take look? |
Yeah I can take a look, thanks for letting me know! |
Made a pull request to fix this. @cedenoruel do you know what version of matplotlib you're using? If its 3.6.0 or higher, its not compatible with the Wulffshape plotter. In any case, the pull request should fix the compatibility issue now |
@CifLord @janosh Now, it's working again. Thank you very much. |
The Bug
The wulff.show() function which normally gives a static plot no longer works.
Instead, it returns
<Figure size 576x576 with 0 Axes>
However, wulff.get_plotly() works (which gives an interactive plot).
To Reproduce
The text was updated successfully, but these errors were encountered: