Skip to main content

Interactive color palettes in Altair.

Project description

# Yerkes

**Interactive color palettes in Altair**

[![pypi](https://img.shields.io/pypi/v/yerkes.svg)](https://pypi.python.org/pypi/yerkes)
[![travis](https://img.shields.io/travis/zsailer/yerkes.svg)](https://travis-ci.org/zsailer/yerkes)
[![docs](https://readthedocs.org/projects/yerkes/badge/?version=latest)](https://yerkes.readthedocs.io/en/latest/?badge=latest)



* Free software: MIT license
* Documentation: https://yerkes.readthedocs.io.


Visualize color palettes interactively in Altair!.

![](docs/img/yerkes.gif)

## How to use.

The simplest use case is to pass the palette a list of colors.

1. Import `NewPalette` from Yerkes.
2. Pass a list of color-hex codes to `NewPalette`.

```python
from yerkes import NewPalette

colors = [
'#FCFFA4',
'#F6D746',
'#FCA50A',
'#F3761B',
]

NewPalette(colors)
```
![](docs/img/readme.png)

You can also try exploring palettes from [palettable](https://jiffyclub.github.io/palettable/).

```python
# Import palette
from yerkes import NewPalette

# Import a palette from palettable.
from palettable.colorbrewer.diverging import RdGy_10 as palette

# Show interactive palette
NewPalette(palette.hex_colors)
```
![](docs/img/readme2.png)


## Install

Install from PyPI.

```
pip install yerkes
```

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.


=======
History
=======

0.1.0 (2018-07-18)
------------------

* First release on PyPI.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yerkes-0.1.1.tar.gz (472.0 kB view hashes)

Uploaded Source

Built Distribution

yerkes-0.1.1-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page