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
Thanks for your code
when I run the code in Advanced Visualisation of Lorenz Attractor
I save the code in python file and change the code anim.save('lorenz_attractor.gif', dpi=80, writer='imagemagick')
to plt.show()
When I run the code by CMD
It gives me a blank plot
I don't know why...
The text was updated successfully, but these errors were encountered:
Thanks for your code
when I run the code in Advanced Visualisation of Lorenz Attractor
I save the code in python file and change the code
anim.save('lorenz_attractor.gif', dpi=80, writer='imagemagick')
to
plt.show()
When I run the code by CMD
It gives me a blank plot
I don't know why...
The text was updated successfully, but these errors were encountered: