3
3
# This is a sample matplotlib configuration file - you can find a copy
4
4
# of it on your system in
5
5
# site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
6
- # there, please note that it will be overridden in your next install.
6
+ # there, please note that it will be overwritten in your next install.
7
7
# If you want to keep a permanent local copy that will not be
8
- # over-written , place it in HOME/.matplotlib/matplotlibrc (unix/linux
8
+ # overwritten , place it in HOME/.matplotlib/matplotlibrc (unix/linux
9
9
# like systems) and C:\Documents and Settings\yourname\.matplotlib
10
10
# (win32 systems).
11
11
#
@@ -40,7 +40,7 @@ backend : %(backend)s
40
40
# "pyqt" and "pyside". The "pyqt" setting has the side effect of
41
41
# forcing the use of Version 2 API for QString and QVariant.
42
42
43
- # if you are runing pyplot inside a GUI and your backend choice
43
+ # if you are running pyplot inside a GUI and your backend choice
44
44
# conflicts, we will automatically try to find a compatible one for
45
45
# you if backend_fallback is True
46
46
#backend_fallback: True
@@ -220,8 +220,8 @@ backend : %(backend)s
220
220
# For example, use ',' as a decimal
221
221
# separator in the fr_FR locale.
222
222
#axes.unicode_minus : True # use unicode for the minus symbol
223
- # rather than hypen . See
224
- # http://en.wikipedia.org/wiki/Plus_sign
223
+ # rather than hyphen . See
224
+ # http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
225
225
#axes.color_cycle : b, g, r, c, m, y, k # color cycle for plot lines
226
226
# as list of string colorspecs:
227
227
# single letter, long name, or
@@ -265,7 +265,7 @@ backend : %(backend)s
265
265
#legend.numpoints : 2 # the number of points in the legend line
266
266
#legend.fontsize : large
267
267
#legend.pad : 0.0 # deprecated; the fractional whitespace inside the legend border
268
- #legend.borderpad : 0.5 # border whitspace in fontsize units
268
+ #legend.borderpad : 0.5 # border whitespace in fontsize units
269
269
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
270
270
# the following dimensions are in axes coords
271
271
#legend.labelsep : 0.010 # deprecated; the vertical space between the legend entries
@@ -288,7 +288,7 @@ backend : %(backend)s
288
288
#figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
289
289
#figure.edgecolor : white # figure edgecolor
290
290
291
- # The figure subplot parameters. All dimensions are fraction of the
291
+ # The figure subplot parameters. All dimensions are a fraction of the
292
292
# figure width or height
293
293
#figure.subplot.left : 0.125 # the left side of the subplots of the figure
294
294
#figure.subplot.right : 0.9 # the right side of the subplots of the figure
0 commit comments