Skip to content

Commit fbbf5bb

Browse files
committed
Merge pull request #884 from endolith/patch-3
some typo fixes and small changes to the matplotlibrc stuff
2 parents 679e9d7 + ceff6f3 commit fbbf5bb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

doc/users/customizing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locations, in the following order:
2424
is something like :file:`/usr/lib/python2.5/site-packages` on Linux, and
2525
maybe :file:`C:\\Python25\\Lib\\site-packages` on Windows. Every time you
2626
install matplotlib, this file will be overwritten, so if you want your
27-
customizations to be saved, please move this file to you :file:`.matplotlib`
27+
customizations to be saved, please move this file to your :file:`.matplotlib`
2828
directory.
2929

3030
To display where the currently active :file:`matplotlibrc` file was

matplotlibrc.template

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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

Comments
 (0)