mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
remove include_background_rectangle
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user