Removed old argument from example

This commit is contained in:
pdancstep 2024-05-03 11:29:57 -07:00
parent 4729e44e05
commit c970f776bb

View file

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