mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
import numpy in example_scenes
This commit is contained in:
parent
944128d9bf
commit
6331f76c12
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue