mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Beginning chapter 11 animations
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user