starborn
starborn copied to clipboard
Starborn: Seaborn-compatible data visualization for Python based on Altair
starborn: statistical data visualization based on Vega and Altair
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.
Plot types supported
- scatterplot
- jointplot
- heatmap
- stripplot
- pairplot
- barplot
- violinplot
Documentation
In progress.
Examples are in this notebook.
Dependencies
Starborn supports Python 2.7 and 3.4+.
Installation requires altair.
Installation
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
Testing
In progress ...
Development
Starborn development takes place on Github: https://github.com/PythonCharmers/starborn
Please submit any reproducible bugs you encounter to the issue tracker.