remove include_background_rectangle

This commit is contained in:
emil
2024-03-11 17:18:52 +06:00
parent 4729e44e05
commit 8235607b2a

View File

@ -26,7 +26,7 @@ class OpeningManimExample(Scene):
matrix = [[1, 1], [0, 1]]
linear_transform_words = VGroup(
Text("This is what the matrix"),
IntegerMatrix(matrix, include_background_rectangle=True),
IntegerMatrix(matrix),
Text("looks like")
)
linear_transform_words.arrange(RIGHT)