Skip to content

Commit

Permalink
Removed old argument from example
Browse files Browse the repository at this point in the history
  • Loading branch information
pdancstep committed May 3, 2024
1 parent 4729e44 commit c970f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_scenes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def construct(self):
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)
Expand Down

0 comments on commit c970f77

Please sign in to comment.