Files
manim/active_projects/ode/all_part3_scenes.py
2019-05-27 19:48:48 -07:00

14 lines
313 B
Python

from active_projects.ode.part3.staging import *
from active_projects.ode.part3.temperature_graphs import *
OUTPUT_DIRECTORY = "ode/part3"
SCENES_IN_ORDER = [
FourierSeriesIllustraiton,
FourierNameIntro,
CircleAnimationOfF,
LastChapterWrapper,
ThreeMainObservations,
SimpleSinExpGraph,
]