NumberLine.apply_function bug fix

This commit is contained in:
Grant Sanderson
2017-10-09 10:48:51 -07:00
parent dad04e89c9
commit cc1767718c

View File

@ -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)