scale_to_fit_width -> set_width, likewise for height and depth

This commit is contained in:
Grant Sanderson
2018-08-08 10:30:52 -07:00
parent aa223e99d7
commit 7119f0cc6e
98 changed files with 867 additions and 867 deletions

View File

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