##// END OF EJS Templates
transparent background match ... all colors
Matthias BUSSONNIER -
Show More
@@ -39,8 +39,8 b' class InlineBackend(InlineBackendConfig):'
39 # make that fit.
39 # make that fit.
40 rc = Dict({'figure.figsize': (6.0,4.0),
40 rc = Dict({'figure.figsize': (6.0,4.0),
41 # play nicely with white background in the Qt and notebook frontend
41 # play nicely with white background in the Qt and notebook frontend
42 'figure.facecolor': 'white',
42 'figure.facecolor': (1,1,1,0),
43 'figure.edgecolor': 'white',
43 'figure.edgecolor': (1,1,1,0),
44 # 12pt labels get cutoff on 6x4 logplots, so use 10pt.
44 # 12pt labels get cutoff on 6x4 logplots, so use 10pt.
45 'font.size': 10,
45 'font.size': 10,
46 # 72 dpi matches SVG/qtconsole
46 # 72 dpi matches SVG/qtconsole
General Comments 0
You need to be logged in to leave comments. Login now