Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PythonCharmers/starborn
Starborn: Seaborn-compatible data visualization for Python based on Altair
https://github.com/PythonCharmers/starborn
charts jupyter pandas python seaborn visualization
Last synced: 2 days ago
JSON representation
Starborn: Seaborn-compatible data visualization for Python based on Altair
- Host: GitHub
- URL: https://github.com/PythonCharmers/starborn
- Owner: PythonCharmers
- License: bsd-3-clause
- Created: 2018-05-30T12:02:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T11:23:32.000Z (over 6 years ago)
- Last Synced: 2024-08-04T01:13:33.226Z (3 months ago)
- Topics: charts, jupyter, pandas, python, seaborn, visualization
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 49
- Watchers: 8
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vega - Starborn - Chart templates (or types). (Altair / Packages)
README
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](seaborn.pydata.org). 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
- violinplotDocumentation
-------------In progress.
Examples are in [this notebook](https://github.com/PythonCharmers/starborn/blob/master/doc/starborn_examples.ipynb).
Dependencies
------------Starborn supports Python 2.7 and 3.4+.
Installation requires [altair](http://altair-viz.github.io).
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](https://github.com/PythonCharmers/starborn/issues).