Skip to content

Commit 89d7d54

Browse files
committed
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 016a4e3 commit 89d7d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matplotlibrc.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ backend : %(backend)s
191191
# or the autohinter if none is available.
192192
# For backward compatibility, this value may also be
193193
# True === 'auto' or False === 'none'.
194-
text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
194+
#text.hinting_factor : 8 # Specifies the amount of softness for hinting in the
195195
# horizontal direction. A value of 1 will hint to full
196196
# pixels. A value of 2 will hint to half pixels etc.
197197

0 commit comments

Comments
 (0)