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

Skip to content

Commit 05d837b

Browse files
committed
Add animation.convert_path setting to matplotlibrc.template
1 parent 047c60a commit 05d837b

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)