Metadata-Version: 2.1
Name: deneb
Version: 1.0.0
Summary: Visualization library build on top of Altair and Vega.
Home-page: https://github.com/jan-matthis/deneb
Author: Jan-Matthis Lueckmann
Author-email: mail@jan-matthis.de
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: altair
Requires-Dist: altair-saver
Requires-Dist: flatlatex
Requires-Dist: mergedeep
Requires-Dist: vega-datasets
Provides-Extra: dev
Requires-Dist: autoflake ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: ipdb ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'


[![PyPI
version](https://badge.fury.io/py/deneb.svg)](https://badge.fury.io/py/deneb)

# deneb

`deneb` is a visualization library build on top of [Altair](https://altair-viz.github.io) and [Vega](https://vega.github.io) and allows simple creation of chart types such as pairplots, faceted line plots, and correlation matrices. 


## Installation

```commandline
$ pip install deneb
```


## Usage

See notebooks in `examples/`.

![](https://raw.githubusercontent.com/sbi-benchmark/deneb/main/examples/pairplot.png)


## Name

Altair, Deneb, and Vega form the [Summer Triangle](https://en.wikipedia.org/wiki/Summer_Triangle).


## License

MIT


