mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Some graph utilities implemented for Moser videos
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user