Metadata-Version: 2.1
Name: statsplot
Version: 2.3.3
Summary: A package for most important plot for (biological)-sciences
Home-page: https://github.com/silask/statsplot
Author: Silas Kieser
License: MIT
Keywords: plotting
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![Latest Version on PyPI](https://img.shields.io/pypi/v/statsplot.svg)](https://pypi.python.org/pypi/statsplot/)

# Statsplot

A package that allows you easily to calculate and plot statistics.

 Seaborn                   |  Statsplot
:-------------------------:|:-------------------------:
![boxplot seaborn](https://github.com/SilasK/statsplot/blob/master/docs/images/nested_seaborn.png) |  ![boxplot statsplot](https://github.com/SilasK/statsplot/blob/master/docs/images/nested_statsplot.png)




> 
<!-- 

[![Supported Implementations](https://img.shields.io/pypi/pyversions/statsplot.svg)](https://pypi.python.org/pypi/statsplot/)
[![Build Status](https://secure.travis-ci.org/silask/statsplot.svg?branch=master)](http://travis-ci.org/christophevg/statsplot)
[![Documentation Status](https://readthedocs.org/projects/statsplot/badge/?version=latest)](https://statsplot.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/silask/statsplot/badge.svg?branch=master)](https://coveralls.io/github/silask/statsplot?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.1.4-blue.svg)](https://github.com/christophevg/pypi-template)



## Documentation

Visit [Read the Docs](https://statsplot.readthedocs.org) for the full documentation, including overviews and several examples.

 -->

 Setup :

 ```
 pip install statsplot
 ```

 Setup dev version:

```
git clone ...
cd statsplot
pip install --editable .

```


See the [Example](https://github.com/SilasK/statsplot/blob/master/example.ipynb) or run it on [Colab](https://colab.research.google.com/github/SilasK/statsplot/blob/master/example.ipynb)

