mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
NumberLine.apply_function bug fix
This commit is contained in:
parent
dad04e89c9
commit
cc1767718c
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class NumberPlane(VMobject):
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def apply_function(self, function, maintain_smoothness = True):
|
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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue