Animate Multiple Shapes In Python3 Using Matplotlib
Trying to animate multiple objects at once in python3 while using matplotlib animation function. code written below is where I am thus far. I am able to create the multiple objects
Solution 1:
You have to use
RB[i].set_xy(temp)
instead of set_XY = temp
Post a Comment for "Animate Multiple Shapes In Python3 Using Matplotlib"