From 892df54c9ffaf7abeb676a5d6c508b82263b50d9 Mon Sep 17 00:00:00 2001 From: TonyCrane <975062472@qq.com> Date: Sat, 19 Jun 2021 20:13:41 +0800 Subject: [PATCH] remove lsh in OpeningManimExample --- example_scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_scenes.py b/example_scenes.py index 23896b17..799c50c0 100644 --- a/example_scenes.py +++ b/example_scenes.py @@ -15,7 +15,7 @@ class OpeningManimExample(Scene): The original motivation for manim was to better illustrate mathematical functions as transformations. - """, lsh=1.5) + """) intro_words.to_edge(UP) self.play(Write(intro_words))