Beginning chapter 11 animations

This commit is contained in:
Grant Sanderson
2016-09-16 14:06:44 -07:00
parent 82143e2d64
commit f3ca337ee4
10 changed files with 1086 additions and 21 deletions

View File

@ -21,6 +21,9 @@ class FunctionGraph(VMobject):
for x in np.linspace(self.x_min, self.x_max, self.num_steps)
], mode = "smooth")
def get_function(self):
return self.function
class ParametricFunction(VMobject):
CONFIG = {