Metadata-Version: 2.1
Name: seaborn-extensions
Version: 0.0.11
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: Source Code, https://github.com/afrendeiro/seaborn_extensions
Description: seaborn_extensions
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/seaborn_extensions.svg
                :target: https://pypi.python.org/pypi/seaborn_extensions
        
        .. image:: https://img.shields.io/travis/afrendeiro/seaborn_extensions.svg
                :target: https://travis-ci.com/afrendeiro/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.
        
        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
        
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
