mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
scale_to_fit_width -> set_width, likewise for height and depth
This commit is contained in:
@ -38,7 +38,7 @@ class ShowSimpleMultivariableFunction(Scene):
|
||||
many_inputs = TexMobject(*[
|
||||
"x_{%d}, " % d for d in range(1, 25)
|
||||
])
|
||||
many_inputs.scale_to_fit_width(FRAME_WIDTH)
|
||||
many_inputs.set_width(FRAME_WIDTH)
|
||||
many_inputs.to_edge(UL)
|
||||
|
||||
inputs_brace = Brace(inputs, UP)
|
||||
|
Reference in New Issue
Block a user