Skip to content

Commit 066cc70

Browse files
committed
Forward port "Set axis background to transparent in inlinebackend"
See ipython/ipython/8336 Revert "Set axis background to transparent in inlinebackend" This reverts commit 902c754fcbd0581ea33912e583cd3ccb8bdb9a5b. Making axis transparent seem to confuse and annoy lot of people, See #7964 (do not fix it, this will be a 4.0 or 5.0 thing), the real fix would be to use matplotlib themes.
1 parent 223ce7a commit 066cc70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.py

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def _config_changed(self, name, old, new):
5454
# play nicely with white background in the Qt and notebook frontend
5555
'figure.facecolor': (1,1,1,0),
5656
'figure.edgecolor': (1,1,1,0),
57-
'axes.facecolor': (1,1,1,0),
5857
# 12pt labels get cutoff on 6x4 logplots, so use 10pt.
5958
'font.size': 10,
6059
# 72 dpi matches SVG/qtconsole

0 commit comments

Comments
 (0)