https://github.com/silask/statsplot
https://github.com/silask/statsplot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/silask/statsplot
- Owner: SilasK
- License: mit
- Created: 2022-03-01T22:21:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T13:29:02.000Z (about 2 years ago)
- Last Synced: 2025-06-14T03:39:28.859Z (7 months ago)
- Language: Jupyter Notebook
- Size: 1.93 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/statsplot/)
# Statsplot
A package that allows you easily to calculate and plot statistics.
Seaborn | Statsplot
:-------------------------:|:-------------------------:
 | 
>
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)