##// END OF EJS Templates
Set axis background to transparent in inlinebackend...
Matthias BUSSONNIER -
Show More
@@ -53,6 +53,7 b' class InlineBackend(InlineBackendConfig):'
53 # play nicely with white background in the Qt and notebook frontend
53 # play nicely with white background in the Qt and notebook frontend
54 'figure.facecolor': (1,1,1,0),
54 'figure.facecolor': (1,1,1,0),
55 'figure.edgecolor': (1,1,1,0),
55 'figure.edgecolor': (1,1,1,0),
56 'axes.facecolor': (1,1,1,0),
56 # 12pt labels get cutoff on 6x4 logplots, so use 10pt.
57 # 12pt labels get cutoff on 6x4 logplots, so use 10pt.
57 'font.size': 10,
58 'font.size': 10,
58 # 72 dpi matches SVG/qtconsole
59 # 72 dpi matches SVG/qtconsole
General Comments 0
You need to be logged in to leave comments. Login now