Metadata-Version: 2.1
Name: altair-morberg
Version: 0.0.1
Summary: A personal theme for Altair
Home-page: https://github.com/morberg/altair_morberg/tree/master/
Author: Niklas Morberg
Author-email: niklas.morberg@gmail.com
License: Apache Software License 2.0
Keywords: altair theme
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: altair (>=4.0)
Requires-Dist: vega-datasets (==0.8.0)

# altair_morberg



## Install

`pip install altair_morberg`

## How to use

```python
#hide_output
import altair as alt
import altair_morberg.core as morberg

alt.themes.register("morberg_theme", morberg.theme)
alt.themes.enable("morberg_theme")
```

Here is one chart using this theme:

![Example graph using altair_morberg theme](visualization.png "Scatterplot graph")

[More examples](https://morberg.github.io/altair_morberg/examples.html) using this theme are available in [the documentation](https://morberg.github.io/altair_morberg/).


