An open API service indexing awesome lists of open source software.

https://github.com/silask/statsplot


https://github.com/silask/statsplot

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

[![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)

>

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)