We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e42a8 commit 352d01cCopy full SHA for 352d01c
.matplotlibrc
@@ -42,9 +42,9 @@ lines.data_clipping : False # Use data clipping in addition to viewport
42
# text properties used by text.Text. See
43
# http://matplotlib.sourceforge.net/matplotlib.Text.html for more
44
# 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
+font.family : serif # default font name
+font.size : 10 # default size used by axes.text
+text.color : k # black
48
49
### AXES
50
# default face and edge color, default tick sizes,
0 commit comments