mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
add_background_rectangles -> add_background_rectangles_to_entries
This commit is contained in:
@ -887,7 +887,7 @@ class MatrixVectorMultiplication(LinearTransformationScene):
|
||||
)
|
||||
concrete_matrix = Matrix(
|
||||
copy.deepcopy(abstract_matrix),
|
||||
add_background_rectangles = True
|
||||
add_background_rectangles_to_entries = True
|
||||
)
|
||||
concrete_matrix.to_edge(UP)
|
||||
if self.abstract:
|
||||
|
Reference in New Issue
Block a user