mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
arrange_submobjects -> arrange
This commit is contained in:
@ -20,7 +20,7 @@ class Chapter1(Scene):
|
||||
array = Matrix([1, 2])
|
||||
array.set_color(TEAL)
|
||||
everyone = VMobject(arrow, vs, array)
|
||||
everyone.arrange_submobjects(RIGHT, buff = 0.5)
|
||||
everyone.arrange(RIGHT, buff = 0.5)
|
||||
everyone.set_height(4)
|
||||
self.add(everyone)
|
||||
|
||||
|
Reference in New Issue
Block a user