8000 BUG: Convert from str to writer · matplotlib/matplotlib@f0fc42f · GitHub
[go: up one dir, main page]

Skip to content

Commit f0fc42f

Browse files
committed
BUG: Convert from str to writer
1 parent 137edd5 commit f0fc42f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/animation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,8 @@ 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+
if isinstance(alt_writer, str):
1110+
alt_writer = writers 47C5 [alt_writer]
11091111
writer = alt_writer(
11101112
fps, codec, bitrate,
11111113
extra_args=extra_args, metadata=metadata)

0 commit comments

Comments
 (0)
0