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
- Host: GitHub
- URL: https://github.com/jtebert/seabred
- Owner: jtebert
- License: mit
- Created: 2018-11-29T19:15:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:33:45.000Z (about 4 years ago)
- Last Synced: 2025-09-22T21:39:26.874Z (10 months ago)
- Topics: plotting, python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/*`