[Manim] Fill with small rectangles

A Ydobon
2 min readAug 2, 2020

Manim is a powerful math animation in python developed by 3blue1brown. If you don’t know how to use it, install it first.

Fill the screen with small rectangles

If you change column=False ,

You can add brackets around it. Then it looks like a matrix. If you don’t know how to add brackets, then

Now with some more code, you can make column-wise matrix and row-wise matrix.

That’s it for now.

--

--