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

Appearance settings

Commit b44aeca

Browse filesBrowse files
authored
Merge pull request #11828 from fredrik-1/animation_warning
changed warning in animation
2 parents cff3da2 + 1e00655 commit b44aeca
Copy full SHA for b44aeca

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎lib/matplotlib/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,8 @@ class to use, such as 'ffmpeg'. If ``None``, defaults to
11241124
extra_args=extra_args,
11251125
metadata=metadata)
11261126
else:
1127-
_log.warning("MovieWriter %s unavailable.", writer)
1127+
_log.warning("MovieWriter {} unavailable. Trying to use {} "
1128+
"instead.".format(writer, writers.list()[0]))
11281129

11291130
try:
11301131
writer = writers[writers.list()[0]](fps, codec, bitrate,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.