mirror of
https://github.com/3b1b/manim.git
synced 2025-07-29 13:03:31 +08:00
moved integral drawing to GraphScene
This commit is contained in:
@ -1501,7 +1501,7 @@ class AreaIsDerivative(PlotVelocity, ReconfigurableScene):
|
||||
self.add(*self.get_v_graph_and_label())
|
||||
self.x_axis_label_mob.shift(MED_LARGE_BUFF*DOWN)
|
||||
self.v_graph_label.shift(MED_LARGE_BUFF*DOWN)
|
||||
self.foreground_mobjects = []
|
||||
self.foreground_mobjects = []
|
||||
|
||||
def construct(self):
|
||||
self.introduce_variable_area()
|
||||
|
Reference in New Issue
Block a user