Latest changes for animations of video 4 of diffyq series

This commit is contained in:
Grant Sanderson
2019-06-20 13:26:43 -07:00
parent 40e44e6dd7
commit 0e44abe741
12 changed files with 923 additions and 274 deletions

View File

@ -4,7 +4,7 @@ from active_projects.diffyq.part2.heat_equation import *
from active_projects.diffyq.part2.pi_scenes import *
from active_projects.diffyq.part2.wordy_scenes import *
OUTPUT_DIRECTORY = "ode/part2"
OUTPUT_DIRECTORY = "diffyq/part2"
SCENES_IN_ORDER = [
PartTwoOfTour,
HeatEquationIntroTitle,