1 | initial version |
Animation is slow, for reason discussed elsewhere on this forum. However, for the squares, why not use a polygon
with fill=True
? list_plot
just makes points. You could try to use line
with some weird matplotlib marker, but probably they will not be exactly the size you want.