Metadata-Version: 2.1
Name: naturalcolors
Version: 1.0.0
Summary: Nature color palette
Home-page: https://github.com/fdsteffen/naturalcolors
Author: Fabio D. Steffen
License: UNKNOWN
Keywords: colormap,colors,nature
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# <img src="naturalcolors/icon.png" width="50">naturalcolors
[![Build Status](https://github.com/fdsteffen/naturalcolors/workflows/naturalcolors%20build/badge.svg)](https://github.com/fdsteffen/naturalcolors/actions)
[![PyPI](https://img.shields.io/pypi/v/naturalcolors)](https://pypi.org/project/naturalcolors/)
[![Anaconda-Server Badge](https://anaconda.org/fdsteffen/naturalcolors/badges/installer/conda.svg)](https://conda.anaconda.org/fdsteffen)

**naturalcolors** generates custom colormaps from a list of RGB(A) colors.

## Installation
There are different options how to install naturalcolors. 

### Conda
Install the package into your conda environment 
```
conda install -c fdsteffen naturalcolors
```

### PyPI
Alternatively, you can install the latest release with pip
```
pip install naturalcolors
```

### Install from source
Finally, you can also get the latest development version directly from Github
```
pip install git+https://github.com/fdsteffen/naturalcolors.git
```

## Getting started
A guide to create your own colormap can be found in this [Jupyter Notebook](tutorial/naturalcolors_tutorial.ipynb).

## Dependencies
naturalcolors depends on the following Python packages:

- numpy
- matplotlib
- seaborn


