mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
import numpy in example_scenes
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
from manimlib import *
|
from manimlib import *
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
# To watch one of these scenes, run the following:
|
# To watch one of these scenes, run the following:
|
||||||
# python -m manim example_scenes.py SquareToCircle
|
# python -m manim example_scenes.py SquareToCircle
|
||||||
|
Reference in New Issue
Block a user