Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbbc72c

Browse files
committed
Merge pull request #3251 from cgohlke/patch-3
Add animation.convert_path setting to matplotlibrc.template (Thanks to @cgohlke).
2 parents 0e1aef1 + 05d837b commit bbbc72c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

matplotlibrc.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,3 +483,6 @@ backend : %(backend)s
483483
# Path to mencoder binary. Without full path
484484
# $PATH is searched
485485
#animation.mencoder_args: '' # Additional arguments to pass to mencoder
486+
#animation.convert_path: 'convert' # Path to ImageMagick's convert binary.
487+
# On Windows use the full path since convert
488+
# is also the name of a system tool.

0 commit comments

Comments
 (0)