Custom plotting extras meant to go with Seaborn, for numpy arrays instead of dataframes
Seaborn -> Seabred (Get it?)
pip install seabred
Recommended import: import seabred as sb
It currently has one function: lineplot(...)
Compile: python3 setup.py sdist bdist_wheel
Initial test push: twine upload --repository seabred dist/*