Skip to content

Commit 352d01c

Browse files
author
Paul Barret
committed
Changed text.fontname to font.family and text.size to font.size.
svn path=/trunk/matplotlib/; revision=222
1 parent 65e42a8 commit 352d01c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.matplotlibrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ lines.data_clipping : False # Use data clipping in addition to viewport
4242
# text properties used by text.Text. See
4343
# http://matplotlib.sourceforge.net/matplotlib.Text.html for more
4444
# information on text properties
45-
text.fontname : Times # default font name
46-
text.fontsize : 10 # default size used by axes.text
47-
text.color : k # black
45+
font.family : serif # default font name
46+
font.size : 10 # default size used by axes.text
47+
text.color : k # black
4848

4949
### AXES
5050
# default face and edge color, default tick sizes,

0 commit comments

Comments
 (0)