Skip to content

Commit c3e54ac

Browse files
committedMar 15, 2012
Add animation module rcParams to matplotlibrc.template.
1 parent c39fb57 commit c3e54ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎matplotlibrc.template

+14
Original file line numberDiff line numberDiff line change
@@ -422,3 +422,17 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
422422

423423
#examples.download : True # False to bypass downloading mechanism
424424
#examples.directory : '' # directory to look in if download is false
425+
#
426+
427+
###ANIMATION settings
428+
#animation.writer : ffmpeg # MovieWriter 'backend' to use
429+
#animation.codec : mp4 # Codec to use for writing movie
430+
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
431+
# -1 implies let utility auto-determine
432+
#animation.frame_format: 'png' # Controls frame format used by temp files
433+
#animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
434+
# $PATH is searched
435+
#animation.ffmpeg_args: '' # Additional arugments to pass to mencoder
436+
#animation.mencoder_path: 'ffmpeg' # Path to mencoder binary. Without full path
437+
# $PATH is searched
438+
#animation.mencoder_args: '' # Additional arugments to pass to mencoder

0 commit comments

Comments
 (0)
Please sign in to comment.