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 e753c32 commit b3dc23eCopy full SHA for b3dc23e
1 file changed
config.py
@@ -53,6 +53,7 @@ def _config_changed(self, name, old, new):
53
# play nicely with white background in the Qt and notebook frontend
54
'figure.facecolor': (1,1,1,0),
55
'figure.edgecolor': (1,1,1,0),
56
+ 'axes.facecolor': (1,1,1,0),
57
# 12pt labels get cutoff on 6x4 logplots, so use 10pt.
58
'font.size': 10,
59
# 72 dpi matches SVG/qtconsole
0 commit comments