mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Change matrix entry alignment default
This commit is contained in:
parent
fd18e4a21f
commit
52baf5b7c2
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Matrix(VMobject):
|
|||
"include_background_rectangle": False,
|
||||
"element_to_mobject": Tex,
|
||||
"element_to_mobject_config": {},
|
||||
"element_alignment_corner": DR,
|
||||
"element_alignment_corner": DOWN,
|
||||
}
|
||||
|
||||
def __init__(self, matrix, **kwargs):
|
||||
|
|
Loading…
Add table
Reference in a new issue