Skip to content

Drop dependency on seaborn

Leo P. Singer requested to merge leo-singer/gwcelery:drop-seaborn into master

This should speed up imports by about 0.3 seconds. We are only using Seaborn for configuring styles, and Matplotlib now ships with Seaborn stylesheets.

The only place where we used Seaborn directly was the coherence plots. Here's the example plot from the docs before this patch:

gwcelery-tasks-skymaps-1

And after this patch:

gwcelery-tasks-skymaps-1-2

Edited by Leo P. Singer

Merge request reports