Metadata-Version: 2.1
Name: seaborn_extensions
Version: 0.1.0
Summary: Extensions of seaborn plots for biology
Home-page: https://github.com/afrendeiro/seaborn_extensions
Author: Andre Rendeiro
Author-email: afrendeiro@gmail.com
License: GNU General Public License v3
Project-URL: Bug Tracker, https://github.com/afrendeiro/seaborn_extensions/issues
Project-URL: Documentation, https://seaborn-extensions.readthedocs.io
Project-URL: Source Code, https://github.com/afrendeiro/seaborn_extensions
Keywords: seaborn_extensions
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS.rst

seaborn_extensions
==================


.. image:: https://img.shields.io/pypi/v/seaborn_extensions.svg
        :target: https://pypi.python.org/pypi/seaborn_extensions

.. image:: https://readthedocs.org/projects/seaborn-extensions/badge/?version=latest
        :target: https://seaborn-extensions.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


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.


Features
--------

* 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.


Installation
------------

To install seaborn_extensions, simply use pip::

        pip install seaborn_extensions


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


