You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can put the 2d plots in a for loop and it will result in the new data being plotting inside the same open figure window.
However, for 3d plots like plot3 and plot_surface, doing this exact same thing will cause a brand new figure window to spawn. What is even worse is that every window remains fully active and updating all at once!
I'd greatly appreciate if someone helped me overcome this annoying bug which makes all 3d plots unusable for me.
The text was updated successfully, but these errors were encountered:
You can put the 2d plots in a for loop and it will result in the new data being plotting inside the same open figure window.
However, for 3d plots like plot3 and plot_surface, doing this exact same thing will cause a brand new figure window to spawn. What is even worse is that every window remains fully active and updating all at once!
I'd greatly appreciate if someone helped me overcome this annoying bug which makes all 3d plots unusable for me.
The text was updated successfully, but these errors were encountered: