Skip to content

Commit 4aedf13

Browse files
mkcorpelson
authored andcommitted
Added missing '#'; when starting ipython, I was getting the following message:
Bad key "text.hinting_factor" on line 184 in /home/marianne/.matplotlib/matplotlibrc. You probably need to get an updated matplotlibrc file from http://matplotlib.sf.net/_static/matplotlibrc or from the matplotlib source distribution
1 parent b0f06f0 commit 4aedf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlibrc.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ backend : %(backend)s
180180
# or the autohinter if none is available.
181181
# For backward compatibility, this value may also be
182182
# True === 'auto' or False === 'none'.
183-
text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
183+
#text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
184184
# horizontal direction. A value of 1 will hint to full
185185
# pixels. A value of 2 will hint to half pixels etc.
186186

0 commit comments

Comments
 (0)