mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 18:07:49 +00:00
Change default progress bar format
This commit is contained in:
parent
e3b95276fa
commit
c918e84784
1 changed files with 1 additions and 0 deletions
|
|
@ -557,6 +557,7 @@ class Scene(object):
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue