viscid.plot.vseaborn module

Graceful way to apply seaborn to mpl if you have it installed

This is mostly controlled with parameters in your rc script

After activate_from_viscid is called, if the seaborn import is successful, then the entire namespace is imported here and seaborn can be used from this module.

viscid.plot.vseaborn.activate_from_viscid()[source]

You should not need to call this

This function is called by viscid.plot.vpyplot at time of import. All you need to do is set the global config options above before importing viscid.plot.vpyplot. This can be done with the rc file.