Skip to content

Commit 38415d0

Browse files
endolithmdboom
authored andcommitted
some typos and small changes
("overwrite" = original file no longer exists. "override" = file still exists, but we're ignoring what it says)
1 parent f981dcd commit 38415d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

matplotlibrc.template

Lines changed: 7 additions & 7 deletions
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
#
@@ -41,7 +41,7 @@ backend : %(backend)s
4141
# "pyqt" and "pyside". The "pyqt" setting has the side effect of
4242
# forcing the use of Version 2 API for QString and QVariant.
4343

44-
# if you are runing pyplot inside a GUI and your backend choice
44+
# if you are running pyplot inside a GUI and your backend choice
4545
# conflicts, we will automatically try to find a compatible one for
4646
# you if backend_fallback is True
4747
#backend_fallback: True
@@ -232,8 +232,8 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
232232
# For example, use ',' as a decimal
233233
# separator in the fr_FR locale.
234234
#axes.unicode_minus : True # use unicode for the minus symbol
235-
# rather than hypen. See
236-
# http://en.wikipedia.org/wiki/Plus_sign
235+
# rather than hyphen. See
236+
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
237237
#axes.color_cycle : b, g, r, c, m, y, k # color cycle for plot lines
238238
# as list of string colorspecs:
239239
# single letter, long name, or
@@ -277,7 +277,7 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
277277
#legend.numpoints : 2 # the number of points in the legend line
278278
#legend.fontsize : large
279279
#legend.pad : 0.0 # deprecated; the fractional whitespace inside the legend border
280-
#legend.borderpad : 0.5 # border whitspace in fontsize units
280+
#legend.borderpad : 0.5 # border whitespace in fontsize units
281281
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
282282
# the following dimensions are in axes coords
283283
#legend.labelsep : 0.010 # deprecated; the vertical space between the legend entries
@@ -300,7 +300,7 @@ text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
300300
#figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
301301
#figure.edgecolor : white # figure edgecolor
302302

303-
# The figure subplot parameters. All dimensions are fraction of the
303+
# The figure subplot parameters. All dimensions are a fraction of the
304304
# figure width or height
305305
#figure.subplot.left : 0.125 # the left side of the subplots of the figure
306306
#figure.subplot.right : 0.9 # the right side of the subplots of the figure

0 commit comments

Comments
 (0)