up
Browse files
crazy_functions/数学动画生成manim.py
CHANGED
|
@@ -119,7 +119,7 @@ class MyAnimation(Scene):
|
|
| 119 |
|
| 120 |
|
| 121 |
```
|
| 122 |
-
#
|
| 123 |
class MyAnimation(Scene):
|
| 124 |
def construct(self):
|
| 125 |
text=MathTex(
|
|
|
|
| 119 |
|
| 120 |
|
| 121 |
```
|
| 122 |
+
# Plot function and moving framebox
|
| 123 |
class MyAnimation(Scene):
|
| 124 |
def construct(self):
|
| 125 |
text=MathTex(
|