mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
NumberLine.apply_function bug fix
This commit is contained in:
@ -337,7 +337,7 @@ class NumberPlane(VMobject):
|
||||
return self
|
||||
|
||||
def apply_function(self, function, maintain_smoothness = True):
|
||||
SVGMobject.apply_function(self, function, maintain_smoothness = maintain_smoothness)
|
||||
VMobject.apply_function(self, function, maintain_smoothness = maintain_smoothness)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user