Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit516c810

Browse files
authored
Merge pull request#17759 from larsoner/str
BUG: Convert from str to writer on 3.2.x
2 parents137edd5 +8754deb commit516c810

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/matplotlib/animation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,7 @@ def func(current_frame: int, total_frames: int) -> Any
11061106
"save animations.")
11071107
_log.warning("MovieWriter %s unavailable; trying to use %s "
11081108
"instead.",writer,alt_writer)
1109+
alt_writer=writers[alt_writer]
11091110
writer=alt_writer(
11101111
fps,codec,bitrate,
11111112
extra_args=extra_args,metadata=metadata)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp