mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Some refactor of NumberPlane. Quite likely breaks some old_projects
This commit is contained in:
@ -1349,7 +1349,7 @@ class IntroduceProductAsArea(ReconfigurableScene):
|
||||
line = NumberLine(
|
||||
x_min = 0,
|
||||
x_max = self.slider_x_max,
|
||||
space_unit_to_num = float(self.slider_width)/self.slider_x_max,
|
||||
unit_size = float(self.slider_width)/self.slider_x_max,
|
||||
color = GREY,
|
||||
numbers_with_elongated_ticks = numbers,
|
||||
tick_frequency = 0.25,
|
||||
|
Reference in New Issue
Block a user