Random fixes to old_projects

This commit is contained in:
Grant Sanderson
2018-08-12 00:35:15 -07:00
parent 535522d86b
commit 6ab8f7f7fc
9 changed files with 24 additions and 19 deletions

View File

@ -9,7 +9,7 @@ from big_ol_pile_of_manim_imports import *
from functools import reduce
DEFAULT_PLANE_CONFIG = {
"stroke_width" : 2*DEFAULT_POINT_THICKNESS
"stroke_width" : 2*DEFAULT_STROKE_WIDTH
}