We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558c494 commit 63296a7Copy full SHA for 63296a7
1 file changed
src/abg_python/plot_utils.py
@@ -24,6 +24,7 @@
24
except: pass #print("palettable colormaps are not installed")
25
26
plt.rcParams['figure.dpi'] = 120
27
+plt.rcParams['figure.facecolor'] = 'white'
28
29
30
"""
0 commit comments