Some refactor of NumberPlane. Quite likely breaks some old_projects

This commit is contained in:
Grant Sanderson
2017-05-23 13:17:31 -07:00
parent ea3535b0d6
commit c5e18f4eef
9 changed files with 100 additions and 107 deletions

View File

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