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

@ -86,7 +86,7 @@ class VideoIcon(ImageMobject):
ImageMobject.__init__(self, "video_icon", *args, **kwargs)
self.scale(0.3)
#Purely redundant function to make singulars and plurals sensible
def tex_mobject(expression, size = "\HUGE"):
return tex_mobjects(expression, size)