add_background_rectangles -> add_background_rectangles_to_entries

This commit is contained in:
Grant Sanderson
2018-04-26 17:11:00 -07:00
parent b88a7e8d71
commit 0da1abc689
3 changed files with 7 additions and 6 deletions

View File

@ -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: