mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Some graph utilities implemented for Moser videos
This commit is contained in:
@ -28,7 +28,7 @@ def logo_to_circle():
|
||||
)
|
||||
big_circle = Circle(density = CIRCLE_DENSITY).scale(RADIUS)
|
||||
sc.add(small_circle)
|
||||
sc.dither()
|
||||
sc.dither()`
|
||||
sc.animate(Transform(small_circle, big_circle))
|
||||
return sc
|
||||
|
||||
|
Reference in New Issue
Block a user