From c918e8478441b1b1a4d3bc7592283b825be45017 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Fri, 3 Feb 2023 18:10:29 -0800 Subject: [PATCH] Change default progress bar format --- manimlib/scene/scene.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manimlib/scene/scene.py b/manimlib/scene/scene.py index b3b1db2041..ed4bd5fc90 100644 --- a/manimlib/scene/scene.py +++ b/manimlib/scene/scene.py @@ -557,6 +557,7 @@ def get_time_progression( leave=self.leave_progress_bars, ascii=True if platform.system() == 'Windows' else None, desc=desc, + bar_format="{l_bar} {n_fmt:3}/{total_fmt:3} {rate_fmt}{postfix}", ) else: return times