My collection of general ploting functions that I build on top of seaborn.
- Free software: GNU General Public License v3
- Documentation: https://seaborn-extensions.readthedocs.io.
- swarmboxenplot: Overlayed swarm- and boxen-plots with significance bars between groups.
- clustermap: The great clustermap but with easy annotation of rows and columns for numeric and categorical factors.
- volcano_plot: A volcano plot with great defaults.
- rankplot: A simple rank vs value plot, also known as a waterfall plot.
To install seaborn_extensions, simply use pip:
pip install seaborn_extensions
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.