mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Add necessary import
This commit is contained in:
parent
d733687834
commit
587bc4d0bd
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from isosurfaces import plot_isoline
|
from isosurfaces import plot_isoline
|
||||||
|
import numpy as np
|
||||||
|
|
||||||
from manimlib.constants import FRAME_X_RADIUS, FRAME_Y_RADIUS
|
from manimlib.constants import FRAME_X_RADIUS, FRAME_Y_RADIUS
|
||||||
from manimlib.constants import YELLOW
|
from manimlib.constants import YELLOW
|
||||||
|
|
Loading…
Add table
Reference in a new issue