33# This is a sample matplotlib configuration file - you can find a copy
44# of it on your system in
55# 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.
77# 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
99# like systems) and C:\Documents and Settings\yourname\.matplotlib
1010# (win32 systems).
1111#
@@ -40,7 +40,7 @@ backend : %(backend)s
4040# "pyqt" and "pyside". The "pyqt" setting has the side effect of
4141# forcing the use of Version 2 API for QString and QVariant.
4242
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
4444# conflicts, we will automatically try to find a compatible one for
4545# you if backend_fallback is True
4646#backend_fallback: True
@@ -220,8 +220,8 @@ backend : %(backend)s
220220 # For example, use ',' as a decimal
221221 # separator in the fr_FR locale.
222222#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
225225#axes.color_cycle : b, g, r, c, m, y, k # color cycle for plot lines
226226 # as list of string colorspecs:
227227 # single letter, long name, or
@@ -265,7 +265,7 @@ backend : %(backend)s
265265#legend.numpoints : 2 # the number of points in the legend line
266266#legend.fontsize : large
267267#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
269269#legend.markerscale : 1.0 # the relative size of legend markers vs. original
270270# the following dimensions are in axes coords
271271#legend.labelsep : 0.010 # deprecated; the vertical space between the legend entries
@@ -288,7 +288,7 @@ backend : %(backend)s
288288#figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
289289#figure.edgecolor : white # figure edgecolor
290290
291- # The figure subplot parameters. All dimensions are fraction of the
291+ # The figure subplot parameters. All dimensions are a fraction of the
292292# figure width or height
293293#figure.subplot.left : 0.125 # the left side of the subplots of the figure
294294#figure.subplot.right : 0.9 # the right side of the subplots of the figure
0 commit comments