mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
fix for labels in area model 2
This commit is contained in:
@@ -802,7 +802,12 @@ class IllustrateAreaModel2(GraphScene):
|
||||
color = YELLOW,
|
||||
animated = False
|
||||
)
|
||||
|
||||
# don't show the labels just yet
|
||||
self.remove(
|
||||
self.left_T_label_group[0],
|
||||
self.right_T_label_group[0],
|
||||
)
|
||||
|
||||
def integral_update_func(t):
|
||||
return scipy.special.erf(
|
||||
self.point_to_coords(self.right_v_line.get_center())[0]
|
||||
|
||||
Reference in New Issue
Block a user