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

https://github.com/jtebert/seabred

Custom plotting extras meant to go with Seaborn, for numpy arrays instead of dataframes
https://github.com/jtebert/seabred

plotting python

Last synced: 9 days ago
JSON representation

Custom plotting extras meant to go with Seaborn, for numpy arrays instead of dataframes

Awesome Lists containing this project

README

          

# Seabred

Custom plotting extras meant to go with Seaborn, for numpy arrays instead of dataframes

Sea*born* -> Sea*bred* (Get it?)

[PyPi](https://pypi.org/project/seabred/)

[Documentation](https://seabred.readthedocs.io/en/latest/)

## Install

`pip install seabred`

## Use

Recommended import: `import seabred as sb`

It currently has one function: `lineplot(...)`

### [Debug] Creating/pushing to test.pypi

Compile: `python3 setup.py sdist bdist_wheel`

Initial test push: `twine upload --repository seabred dist/*`