exatomic.exa.util.mpl module

Matplotlib Utilities

exatomic.exa.util.mpl.seaborn_set(context='poster', style='white', palette='colorblind', font_scale=1.3, font='serif', rc={'legend.edgecolor': 'black', 'legend.facecolor': 'white', 'legend.frameon': True, 'mathtext.default': 'rm', 'pdf.compression': 9, 'savefig.bbox': 'tight', 'savefig.format': 'pdf', 'savefig.pad_inches': 0.1, 'savefig.transparent': True})[source]

Perform seaborn.set(**kwargs).

Additional keyword arguments are passed in using this module’s attr:mpl_rc attribute.