Merge pull request #543 from kyarik/patch-2

Mentioned -r argument in example_scenes comment
This commit is contained in:
Grant Sanderson 2019-05-24 15:14:53 -07:00 committed by GitHub
commit 84514a1f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,8 @@ from manimlib.imports import *
# Use the -p to have the animation (or image, if -s was
# used) pop up once done.
# Use -n <number> to skip ahead to the n'th animation of a scene.
# Use -r <number> to specify a resolution (for example, -r 1080
# for a 1920x1080 video)
class OpeningManimExample(Scene):