Some graph utilities implemented for Moser videos

This commit is contained in:
Grant Sanderson
2015-04-26 14:25:43 -07:00
parent 5aff0b6374
commit 8d5240e070
10 changed files with 565 additions and 50 deletions

View File

@ -1,7 +1,7 @@
import os
PRODUCTION_QUALITY = True
GENERALLY_BUFF_POINTS = True
GENERALLY_BUFF_POINTS = PRODUCTION_QUALITY
DEFAULT_POINT_DENSITY_2D = 25 #if PRODUCTION_QUALITY else 20
DEFAULT_POINT_DENSITY_1D = 150 #if PRODUCTION_QUALITY else 50