3d matplotlib
has anyone tried a 3d matplotlib plot with
mo.mpl.interactive(plt.gcf())
? I get an infinitely growing PNG π€3 Replies
Can you paste a minimal example of it failing?
I'm seeing this is probably environment related, since it works on my personal machine
it works with plotly instead of matplotlib.
What is the main differences between your two environments?
Plotly is better in my opinion since itβs easier to share as a static page (matplotlib interactive requires a server)