mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
fix for labels in area model 2
This commit is contained in:
parent
e75c68b9f2
commit
bcf90c2b89
1 changed files with 6 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue