Skip to content

Commit b3dc23e

Browse files
committed
Set axis background to transparent in inlinebackend
Fixes #5727, related to #4608
1 parent e753c32 commit b3dc23e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def _config_changed(self, name, old, new):
5353
# play nicely with white background in the Qt and notebook frontend
5454
'figure.facecolor': (1,1,1,0),
5555
'figure.edgecolor': (1,1,1,0),
56+
'axes.facecolor': (1,1,1,0),
5657
# 12pt labels get cutoff on 6x4 logplots, so use 10pt.
5758
'font.size': 10,
5859
# 72 dpi matches SVG/qtconsole

0 commit comments

Comments
 (0)