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:
@ -1982,7 +1982,7 @@ class ASecondIntegralSensation(TeacherStudentsScene):
|
||||
|
||||
continuum = UnitInterval(
|
||||
color = GREY,
|
||||
space_unit_to_num = 6
|
||||
unit_size = 6
|
||||
)
|
||||
continuum.next_to(finite_average, RIGHT, 2)
|
||||
line = Line(continuum.get_left(), continuum.get_right())
|
||||
|
Reference in New Issue
Block a user