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