Elteoremadebeethoven/AnimationsWithManim

Is it possible to place elements of a for in a VGroup?

Closed this issue · 1 comments

for i in range(1,101):
add i in VGroup

Yes:

vg = VGroup(...)
.....
for i in range(...):
    vg.add(some_mob)