79161536

Date: 2024-11-06 06:38:32
Score: 1.5
Natty:
Report link

You can try to add 'cache_frame_data=False' to your 'ani':

ani = FuncAnimation(plt.gcf(), func=animate, fargs=([velocitymath.cos(angle), velocitymath.sin(angle)],), interval=UPDRATE , cache_frame_data=False)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: bluesky