diff --git a/example_scenes.py b/example_scenes.py index daea02eb..10e895f9 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -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)