Example of how to do soft and hard iron calibration from a 3DOF magnetometer. http://psas.pdx.edu/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

510 lines
27 KiB

  1. ### MATPLOTLIBRC FORMAT
  2. # This is a sample matplotlib configuration file - you can find a copy
  3. # of it on your system in
  4. # site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
  5. # there, please note that it will be overwritten in your next install.
  6. # If you want to keep a permanent local copy that will not be
  7. # overwritten, place it in the following location:
  8. # unix/linux:
  9. # $HOME/.config/matplotlib/matplotlibrc or
  10. # $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set)
  11. # other platforms:
  12. # $HOME/.matplotlib/matplotlibrc
  13. #
  14. # See http://matplotlib.org/users/customizing.html#the-matplotlibrc-file for
  15. # more details on the paths which are checked for the configuration file.
  16. #
  17. # This file is best viewed in a editor which supports python mode
  18. # syntax highlighting. Blank lines, or lines starting with a comment
  19. # symbol, are ignored, as are trailing comments. Other lines must
  20. # have the format
  21. # key : val # optional comment
  22. #
  23. # Colors: for the color values below, you can either use - a
  24. # matplotlib color string, such as r, k, or b - an rgb tuple, such as
  25. # (1.0, 0.5, 0.0) - a hex string, such as ff00ff or #ff00ff - a scalar
  26. # grayscale intensity such as 0.75 - a legal html color name, e.g., red,
  27. # blue, darkslategray
  28. #### CONFIGURATION BEGINS HERE
  29. # The default backend; one of GTK GTKAgg GTKCairo GTK3Agg GTK3Cairo
  30. # CocoaAgg MacOSX Qt4Agg Qt5Agg TkAgg WX WXAgg Agg Cairo GDK PS PDF SVG
  31. # Template.
  32. # You can also deploy your own backend outside of matplotlib by
  33. # referring to the module name (which must be in the PYTHONPATH) as
  34. # 'module://my_backend'.
  35. #backend : qt4agg
  36. # If you are using the Qt4Agg backend, you can choose here
  37. # to use the PyQt4 bindings or the newer PySide bindings to
  38. # the underlying Qt4 toolkit.
  39. #backend.qt4 : PyQt4 # PyQt4 | PySide
  40. # Note that this can be overridden by the environment variable
  41. # QT_API used by Enthought Tool Suite (ETS); valid values are
  42. # "pyqt" and "pyside". The "pyqt" setting has the side effect of
  43. # forcing the use of Version 2 API for QString and QVariant.
  44. # The port to use for the web server in the WebAgg backend.
  45. # webagg.port : 8888
  46. # If webagg.port is unavailable, a number of other random ports will
  47. # be tried until one that is available is found.
  48. # webagg.port_retries : 50
  49. # When True, open the webbrowser to the plot that is shown
  50. # webagg.open_in_browser : True
  51. # When True, the figures rendered in the nbagg backend are created with
  52. # a transparent background.
  53. # nbagg.transparent : True
  54. # if you are running pyplot inside a GUI and your backend choice
  55. # conflicts, we will automatically try to find a compatible one for
  56. # you if backend_fallback is True
  57. #backend_fallback: True
  58. #interactive : False
  59. #toolbar : toolbar2 # None | toolbar2 ("classic" is deprecated)
  60. #timezone : UTC # a pytz timezone string, e.g., US/Central or Europe/Paris
  61. # Where your matplotlib data lives if you installed to a non-default
  62. # location. This is where the matplotlib fonts, bitmaps, etc reside
  63. #datapath : /home/jdhunter/mpldata
  64. ### LINES
  65. # See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more
  66. # information on line properties.
  67. lines.linewidth : 1.7 # line width in points
  68. #lines.linestyle : - # solid line
  69. #lines.color : blue # has no affect on plot(); see axes.prop_cycle
  70. #lines.marker : None # the default marker
  71. #lines.markeredgewidth : 0.5 # the line width around the marker symbol
  72. #lines.markersize : 6 # markersize, in points
  73. #lines.dash_joinstyle : miter # miter|round|bevel
  74. #lines.dash_capstyle : butt # butt|round|projecting
  75. #lines.solid_joinstyle : miter # miter|round|bevel
  76. #lines.solid_capstyle : projecting # butt|round|projecting
  77. #lines.antialiased : True # render lines in antialised (no jaggies)
  78. #markers.fillstyle: full # full|left|right|bottom|top|none
  79. ### PATCHES
  80. # Patches are graphical objects that fill 2D space, like polygons or
  81. # circles. See
  82. # http://matplotlib.org/api/artist_api.html#module-matplotlib.patches
  83. # information on patch properties
  84. patch.linewidth : 0.1 # edge width in points
  85. #patch.facecolor : blue
  86. #patch.edgecolor : black
  87. #patch.antialiased : True # render patches in antialised (no jaggies)
  88. ### FONT
  89. #
  90. # font properties used by text.Text. See
  91. # http://matplotlib.org/api/font_manager_api.html for more
  92. # information on font properties. The 6 font properties used for font
  93. # matching are given below with their default values.
  94. #
  95. # The font.family property has five values: 'serif' (e.g., Times),
  96. # 'sans-serif' (e.g., Helvetica), 'cursive' (e.g., Zapf-Chancery),
  97. # 'fantasy' (e.g., Western), and 'monospace' (e.g., Courier). Each of
  98. # these font families has a default list of font names in decreasing
  99. # order of priority associated with them. When text.usetex is False,
  100. # font.family may also be one or more concrete font names.
  101. #
  102. # The font.style property has three values: normal (or roman), italic
  103. # or oblique. The oblique style will be used for italic, if it is not
  104. # present.
  105. #
  106. # The font.variant property has two values: normal or small-caps. For
  107. # TrueType fonts, which are scalable fonts, small-caps is equivalent
  108. # to using a font size of 'smaller', or about 83% of the current font
  109. # size.
  110. #
  111. # The font.weight property has effectively 13 values: normal, bold,
  112. # bolder, lighter, 100, 200, 300, ..., 900. Normal is the same as
  113. # 400, and bold is 700. bolder and lighter are relative values with
  114. # respect to the current weight.
  115. #
  116. # The font.stretch property has 11 values: ultra-condensed,
  117. # extra-condensed, condensed, semi-condensed, normal, semi-expanded,
  118. # expanded, extra-expanded, ultra-expanded, wider, and narrower. This
  119. # property is not currently implemented.
  120. #
  121. # The font.size property is the default font size for text, given in pts.
  122. # 12pt is the standard value.
  123. #
  124. #font.family : sans-serif
  125. #font.style : normal
  126. #font.variant : normal
  127. #font.weight : medium
  128. #font.stretch : normal
  129. # note that font.size controls default text sizes. To configure
  130. # special text sizes tick labels, axes, labels, title, etc, see the rc
  131. # settings for axes and ticks. Special text sizes can be defined
  132. # relative to font.size, using the following values: xx-small, x-small,
  133. # small, medium, large, x-large, xx-large, larger, or smaller
  134. #font.size : 24.0
  135. #font.serif : Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
  136. #font.sans-serif : Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
  137. #font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
  138. #font.fantasy : Comic Sans MS, Chicago, Charcoal, Impact, Western, Humor Sans, fantasy
  139. #font.monospace : Bitstream Vera Sans Mono, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
  140. ### TEXT
  141. # text properties used by text.Text. See
  142. # http://matplotlib.org/api/artist_api.html#module-matplotlib.text for more
  143. # information on text properties
  144. #text.color : black
  145. ### LaTeX customizations. See http://wiki.scipy.org/Cookbook/Matplotlib/UsingTex
  146. #text.usetex : False # use latex for all text handling. The following fonts
  147. # are supported through the usual rc parameter settings:
  148. # new century schoolbook, bookman, times, palatino,
  149. # zapf chancery, charter, serif, sans-serif, helvetica,
  150. # avant garde, courier, monospace, computer modern roman,
  151. # computer modern sans serif, computer modern typewriter
  152. # If another font is desired which can loaded using the
  153. # LaTeX \usepackage command, please inquire at the
  154. # matplotlib mailing list
  155. #text.latex.unicode : False # use "ucs" and "inputenc" LaTeX packages for handling
  156. # unicode strings.
  157. #text.latex.preamble : # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
  158. # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
  159. # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
  160. # preamble is a comma separated list of LaTeX statements
  161. # that are included in the LaTeX document preamble.
  162. # An example:
  163. # text.latex.preamble : \usepackage{bm},\usepackage{euler}
  164. # The following packages are always loaded with usetex, so
  165. # beware of package collisions: color, geometry, graphicx,
  166. # type1cm, textcomp. Adobe Postscript (PSSNFS) font packages
  167. # may also be loaded, depending on your font settings
  168. #text.dvipnghack : None # some versions of dvipng don't handle alpha
  169. # channel properly. Use True to correct
  170. # and flush ~/.matplotlib/tex.cache
  171. # before testing and False to force
  172. # correction off. None will try and
  173. # guess based on your dvipng version
  174. #text.hinting : auto # May be one of the following:
  175. # 'none': Perform no hinting
  176. # 'auto': Use freetype's autohinter
  177. # 'native': Use the hinting information in the
  178. # font file, if available, and if your
  179. # freetype library supports it
  180. # 'either': Use the native hinting information,
  181. # or the autohinter if none is available.
  182. # For backward compatibility, this value may also be
  183. # True === 'auto' or False === 'none'.
  184. #text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
  185. # horizontal direction. A value of 1 will hint to full
  186. # pixels. A value of 2 will hint to half pixels etc.
  187. #text.antialiased : True # If True (default), the text will be antialiased.
  188. # This only affects the Agg backend.
  189. # The following settings allow you to select the fonts in math mode.
  190. # They map from a TeX font name to a fontconfig font pattern.
  191. # These settings are only used if mathtext.fontset is 'custom'.
  192. # Note that this "custom" mode is unsupported and may go away in the
  193. # future.
  194. #mathtext.cal : cursive
  195. #mathtext.rm : serif
  196. #mathtext.tt : monospace
  197. #mathtext.it : serif:italic
  198. #mathtext.bf : serif:bold
  199. #mathtext.sf : sans
  200. #mathtext.fontset : cm # Should be 'cm' (Computer Modern), 'stix',
  201. # 'stixsans' or 'custom'
  202. #mathtext.fallback_to_cm : True # When True, use symbols from the Computer Modern
  203. # fonts when a symbol can not be found in one of
  204. # the custom math fonts.
  205. #mathtext.default : it # The default font to use for math.
  206. # Can be any of the LaTeX font names, including
  207. # the special name "regular" for the same font
  208. # used in regular text.
  209. ### AXES
  210. # default face and edge color, default tick sizes,
  211. # default fontsizes for ticklabels, and so on. See
  212. # http://matplotlib.org/api/axes_api.html#module-matplotlib.axes
  213. #axes.hold : True # whether to clear the axes by default on
  214. #axes.facecolor : white # axes background color
  215. axes.edgecolor : 666666 # axes edge color
  216. #axes.linewidth : 1.0 # edge linewidth
  217. axes.grid : True # display grid or not
  218. axes.titlesize : xx-large # fontsize of the axes title
  219. axes.labelsize : large # fontsize of the x any y labels
  220. #axes.labelpad : 5.0 # space between label and axis
  221. #axes.labelweight : normal # weight of the x and y labels
  222. axes.labelcolor : 444444
  223. #axes.axisbelow : False # whether axis gridlines and ticks are below
  224. # the axes elements (lines, text, etc)
  225. #axes.formatter.limits : -7, 7 # use scientific notation if log10
  226. # of the axis range is smaller than the
  227. # first or larger than the second
  228. #axes.formatter.use_locale : False # When True, format tick labels
  229. # according to the user's locale.
  230. # For example, use ',' as a decimal
  231. # separator in the fr_FR locale.
  232. #axes.formatter.use_mathtext : False # When True, use mathtext for scientific
  233. # notation.
  234. #axes.formatter.useoffset : True # If True, the tick label formatter
  235. # will default to labeling ticks relative
  236. # to an offset when the data range is very
  237. # small compared to the minimum absolute
  238. # value of the data.
  239. #axes.unicode_minus : True # use unicode for the minus symbol
  240. # rather than hyphen. See
  241. # http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
  242. axes.prop_cycle : cycler('color', ['e31d1d', '709afa', '76e146', 'c', 'm', 'y', 'k'])
  243. # color cycle for plot lines
  244. # as list of string colorspecs:
  245. # single letter, long name, or
  246. # web-style hex
  247. #axes.xmargin : 0 # x margin. See `axes.Axes.margins`
  248. #axes.ymargin : 0 # y margin See `axes.Axes.margins`
  249. #polaraxes.grid : True # display grid on polar axes
  250. #axes3d.grid : True # display grid on 3d axes
  251. ### TICKS
  252. # see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
  253. #xtick.major.size : 4 # major tick size in points
  254. #xtick.minor.size : 2 # minor tick size in points
  255. #xtick.major.width : 0.5 # major tick width in points
  256. #xtick.minor.width : 0.5 # minor tick width in points
  257. #xtick.major.pad : 4 # distance to major tick label in points
  258. #xtick.minor.pad : 4 # distance to the minor tick label in points
  259. #xtick.color : k # color of the tick labels
  260. #xtick.labelsize : medium # fontsize of the tick labels
  261. #xtick.direction : in # direction: in, out, or inout
  262. #ytick.major.size : 4 # major tick size in points
  263. #ytick.minor.size : 2 # minor tick size in points
  264. #ytick.major.width : 0.5 # major tick width in points
  265. #ytick.minor.width : 0.5 # minor tick width in points
  266. #ytick.major.pad : 4 # distance to major tick label in points
  267. #ytick.minor.pad : 4 # distance to the minor tick label in points
  268. #ytick.color : k # color of the tick labels
  269. #ytick.labelsize : medium # fontsize of the tick labels
  270. #ytick.direction : in # direction: in, out, or inout
  271. ### GRIDS
  272. #grid.color : black # grid color
  273. #grid.linestyle : : # dotted
  274. #grid.linewidth : 0.5 # in points
  275. grid.alpha : 0.4 # transparency, between 0.0 and 1.0
  276. ### Legend
  277. #legend.fancybox : False # if True, use a rounded box for the
  278. # legend, else a rectangle
  279. #legend.isaxes : True
  280. #legend.numpoints : 2 # the number of points in the legend line
  281. #legend.fontsize : large
  282. #legend.borderpad : 0.5 # border whitespace in fontsize units
  283. #legend.markerscale : 1.0 # the relative size of legend markers vs. original
  284. # the following dimensions are in axes coords
  285. #legend.labelspacing : 0.5 # the vertical space between the legend entries in fraction of fontsize
  286. #legend.handlelength : 2. # the length of the legend lines in fraction of fontsize
  287. #legend.handleheight : 0.7 # the height of the legend handle in fraction of fontsize
  288. #legend.handletextpad : 0.8 # the space between the legend line and legend text in fraction of fontsize
  289. #legend.borderaxespad : 0.5 # the border between the axes and legend edge in fraction of fontsize
  290. #legend.columnspacing : 2. # the border between the axes and legend edge in fraction of fontsize
  291. #legend.shadow : False
  292. #legend.frameon : True # whether or not to draw a frame around legend
  293. #legend.framealpha : None # opacity of of legend frame
  294. #legend.scatterpoints : 3 # number of scatter points
  295. ### FIGURE
  296. # See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
  297. #figure.titlesize : medium # size of the figure title
  298. #figure.titleweight : normal # weight of the figure title
  299. #figure.figsize : 8, 6 # figure size in inches
  300. #figure.dpi : 80 # figure dots per inch
  301. #figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
  302. #figure.edgecolor : white # figure edgecolor
  303. #figure.autolayout : False # When True, automatically adjust subplot
  304. # parameters to make the plot fit the figure
  305. #figure.max_open_warning : 20 # The maximum number of figures to open through
  306. # the pyplot interface before emitting a warning.
  307. # If less than one this feature is disabled.
  308. # The figure subplot parameters. All dimensions are a fraction of the
  309. # figure width or height
  310. #figure.subplot.left : 0.125 # the left side of the subplots of the figure
  311. #figure.subplot.right : 0.9 # the right side of the subplots of the figure
  312. #figure.subplot.bottom : 0.1 # the bottom of the subplots of the figure
  313. #figure.subplot.top : 0.9 # the top of the subplots of the figure
  314. #figure.subplot.wspace : 0.2 # the amount of width reserved for blank space between subplots
  315. #figure.subplot.hspace : 0.2 # the amount of height reserved for white space between subplots
  316. ### IMAGES
  317. #image.aspect : equal # equal | auto | a number
  318. #image.interpolation : bilinear # see help(imshow) for options
  319. #image.cmap : jet # gray | jet etc...
  320. #image.lut : 256 # the size of the colormap lookup table
  321. #image.origin : upper # lower | upper
  322. #image.resample : False
  323. #image.composite_image : True # When True, all the images on a set of axes are
  324. # combined into a single composite image before
  325. # saving a figure as a vector graphics file,
  326. # such as a PDF.
  327. ### CONTOUR PLOTS
  328. #contour.negative_linestyle : dashed # dashed | solid
  329. #contour.corner_mask : True # True | False | legacy
  330. ### ERRORBAR PLOTS
  331. #errorbar.capsize : 3 # length of end cap on error bars in pixels
  332. ### Agg rendering
  333. ### Warning: experimental, 2008/10/10
  334. #agg.path.chunksize : 0 # 0 to disable; values in the range
  335. # 10000 to 100000 can improve speed slightly
  336. # and prevent an Agg rendering failure
  337. # when plotting very large data sets,
  338. # especially if they are very gappy.
  339. # It may cause minor artifacts, though.
  340. # A value of 20000 is probably a good
  341. # starting point.
  342. ### SAVING FIGURES
  343. #path.simplify : True # When True, simplify paths by removing "invisible"
  344. # points to reduce file size and increase rendering
  345. # speed
  346. #path.simplify_threshold : 0.1 # The threshold of similarity below which
  347. # vertices will be removed in the simplification
  348. # process
  349. #path.snap : True # When True, rectilinear axis-aligned paths will be snapped to
  350. # the nearest pixel when certain criteria are met. When False,
  351. # paths will never be snapped.
  352. #path.sketch : None # May be none, or a 3-tuple of the form (scale, length,
  353. # randomness).
  354. # *scale* is the amplitude of the wiggle
  355. # perpendicular to the line (in pixels). *length*
  356. # is the length of the wiggle along the line (in
  357. # pixels). *randomness* is the factor by which
  358. # the length is randomly scaled.
  359. # the default savefig params can be different from the display params
  360. # e.g., you may want a higher resolution, or to make the figure
  361. # background white
  362. #savefig.dpi : 100 # figure dots per inch
  363. #savefig.facecolor : white # figure facecolor when saving
  364. #savefig.edgecolor : white # figure edgecolor when saving
  365. #savefig.format : png # png, ps, pdf, svg
  366. #savefig.bbox : standard # 'tight' or 'standard'.
  367. # 'tight' is incompatible with pipe-based animation
  368. # backends but will workd with temporary file based ones:
  369. # e.g. setting animation.writer to ffmpeg will not work,
  370. # use ffmpeg_file instead
  371. #savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
  372. #savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
  373. #savefig.directory : ~ # default directory in savefig dialog box,
  374. # leave empty to always use current working directory
  375. #savefig.transparent : False # setting that controls whether figures are saved with a
  376. # transparent background by default
  377. # tk backend params
  378. #tk.window_focus : False # Maintain shell focus for TkAgg
  379. # ps backend params
  380. #ps.papersize : letter # auto, letter, legal, ledger, A0-A10, B0-B10
  381. #ps.useafm : False # use of afm fonts, results in small files
  382. #ps.usedistiller : False # can be: None, ghostscript or xpdf
  383. # Experimental: may produce smaller files.
  384. # xpdf intended for production of publication quality files,
  385. # but requires ghostscript, xpdf and ps2eps
  386. #ps.distiller.res : 6000 # dpi
  387. #ps.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
  388. # pdf backend params
  389. #pdf.compression : 6 # integer from 0 to 9
  390. # 0 disables compression (good for debugging)
  391. #pdf.fonttype : 3 # Output Type 3 (Type3) or Type 42 (TrueType)
  392. # svg backend params
  393. #svg.image_inline : True # write raster image data directly into the svg file
  394. #svg.image_noscale : False # suppress scaling of raster data embedded in SVG
  395. #svg.fonttype : 'path' # How to handle SVG fonts:
  396. # 'none': Assume fonts are installed on the machine where the SVG will be viewed.
  397. # 'path': Embed characters as paths -- supported by most SVG renderers
  398. # 'svgfont': Embed characters as SVG fonts -- supported only by Chrome,
  399. # Opera and Safari
  400. # docstring params
  401. #docstring.hardcopy = False # set this when you want to generate hardcopy docstring
  402. # Set the verbose flags. This controls how much information
  403. # matplotlib gives you at runtime and where it goes. The verbosity
  404. # levels are: silent, helpful, debug, debug-annoying. Any level is
  405. # inclusive of all the levels below it. If your setting is "debug",
  406. # you'll get all the debug and helpful messages. When submitting
  407. # problems to the mailing-list, please set verbose to "helpful" or "debug"
  408. # and paste the output into your report.
  409. #
  410. # The "fileo" gives the destination for any calls to verbose.report.
  411. # These objects can a filename, or a filehandle like sys.stdout.
  412. #
  413. # You can override the rc default verbosity from the command line by
  414. # giving the flags --verbose-LEVEL where LEVEL is one of the legal
  415. # levels, e.g., --verbose-helpful.
  416. #
  417. # You can access the verbose instance in your code
  418. # from matplotlib import verbose.
  419. #verbose.level : silent # one of silent, helpful, debug, debug-annoying
  420. #verbose.fileo : sys.stdout # a log filename, sys.stdout or sys.stderr
  421. # Event keys to interact with figures/plots via keyboard.
  422. # Customize these settings according to your needs.
  423. # Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '')
  424. #keymap.fullscreen : f # toggling
  425. #keymap.home : h, r, home # home or reset mnemonic
  426. #keymap.back : left, c, backspace # forward / backward keys to enable
  427. #keymap.forward : right, v # left handed quick navigation
  428. #keymap.pan : p # pan mnemonic
  429. #keymap.zoom : o # zoom mnemonic
  430. #keymap.save : s # saving current figure
  431. #keymap.quit : ctrl+w, cmd+w # close the current figure
  432. #keymap.grid : g # switching on/off a grid in current axes
  433. #keymap.yscale : l # toggle scaling of y-axes ('log'/'linear')
  434. #keymap.xscale : L, k # toggle scaling of x-axes ('log'/'linear')
  435. #keymap.all_axes : a # enable all axes
  436. # Control location of examples data files
  437. #examples.directory : '' # directory to look in for custom installation
  438. ###ANIMATION settings
  439. #animation.html : 'none' # How to display the animation as HTML in
  440. # the IPython notebook. 'html5' uses
  441. # HTML5 video tag.
  442. #animation.writer : ffmpeg # MovieWriter 'backend' to use
  443. #animation.codec : mpeg4 # Codec to use for writing movie
  444. #animation.bitrate: -1 # Controls size/quality tradeoff for movie.
  445. # -1 implies let utility auto-determine
  446. #animation.frame_format: 'png' # Controls frame format used by temp files
  447. #animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
  448. # $PATH is searched
  449. #animation.ffmpeg_args: '' # Additional arguments to pass to ffmpeg
  450. #animation.avconv_path: 'avconv' # Path to avconv binary. Without full path
  451. # $PATH is searched
  452. #animation.avconv_args: '' # Additional arguments to pass to avconv
  453. #animation.mencoder_path: 'mencoder'
  454. # Path to mencoder binary. Without full path
  455. # $PATH is searched
  456. #animation.mencoder_args: '' # Additional arguments to pass to mencoder
  457. #animation.convert_path: 'convert' # Path to ImageMagick's convert binary.
  458. # On Windows use the full path since convert
  459. # is also the name of a system tool.