From 9d7b2873bb1c2a4833ef67746c36d0085fe31ff2 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 5 Jan 2021 22:38:09 -0800 Subject: [PATCH] Correct resolution description --- example_scenes.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/example_scenes.py b/example_scenes.py index 97521988..eb73cc03 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -8,8 +8,6 @@ from manimlib.imports import * # Use -w to write the animation to a file # Use -o to write it to a file and open it once done # Use -n to skip ahead to the n'th animation of a scene. -# Use -r to specify a resolution (for example, -r 1080 -# for a 1920x1080 video) class OpeningManimExample(Scene):