Starborn is a Python visualization library based on Vega and Altair that aims to be API-compatible with Seaborn. Like Seaborn, it provides a high-level interface for drawing attractive statistical graphics. Thanks to the underlying libraries, it can also offer interactivity with in-browser panning and zooming.
Development status: Alpha.
- scatterplot
- jointplot
- heatmap
- stripplot
- pairplot
- barplot
- violinplot
In progress.
Examples are in this notebook.
Starborn supports Python 2.7 and 3.4+.
Installation requires altair.
In the future, you will be able to install Starborn from PyPI via:
pip install starborn
For now, get it from GitHub:
pip install git+https://github.com/PythonCharmers/starborn
In progress ...
Starborn development takes place on Github: https://github.com/PythonCharmers/starborn
Please submit any reproducible bugs you encounter to the issue tracker.