Skip to content

Commit

Permalink
Merge pull request 3b1b#2108 from kubanemil/integer_matrix
Browse files Browse the repository at this point in the history
remove include_background_rectangle
  • Loading branch information
3b1b authored May 3, 2024
2 parents 4729e44 + 8235607 commit 3c374c3
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 3c374c3

Please sign in to comment.