Skip to main content

Some tools for making colormaps

Project description

Travis CI w/ Logo codecov PyPI

status

GitHub last commit (branch) GitHub issues GitHub pull requests GitHub contributors

rainbowpy

alt text

some of my own custom color tools

pip install rainbowpy

quick intro

rainbowpy is a simple tool to handle building color maps from a list of colors. There will likely me more features in the future.

You can create a YAML file and place it in:

$HOME/.rainbowpy/custom_maps.yml

which will be read on import will add the created color maps to your mpl library:

The format is

apples:
  - "#28CC5F"
  - "#29D48"
  - "#F3232"

iri:
  - "#FEFBE9"
  - "#FCF7D5"
  - "#f5f3c1"
  - "#eaf0b5"
  - "#ddecb5"
  - "#d0e7ca"
  - "#c2e3d2"
  - "#b5ddd8"
  - "#a8d8dc"
  - "#9bd2e1"
  - "#8dcbe4"
  - "#81c4e7"
  - "#7bbce7"
  - "#7eb2e4"
  - "#88a5dd"
  - "#9398d2"
  - "#9b8ac4"
  - "#9d7db2"
  - "#9a709e"
  - "#906388"
  - "#805770"
  - "#684957"
  - "#46353a"
import matplotlib.pyplot as plt
import rainbowpy
N = 1000
array_dg = np.random.uniform(0, 10, size=(N, 2))
colors = np.random.uniform(-2, 2, size=(N,))
fig, ax = plt.subplots()


ax.scatter(array_dg[:, 0], array_dg[:, 1], c=colors, cmap="iri")

png

Icons made by Smashicons from www.flaticon.com

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

rainbowpy-0.3.2.tar.gz (20.0 kB view details)

Uploaded Source

Built Distribution

rainbowpy-0.3.2-py3-none-any.whl (18.0 kB view details)

Uploaded Python 3

File details

Details for the file rainbowpy-0.3.2.tar.gz.

File metadata

  • Download URL: rainbowpy-0.3.2.tar.gz
  • Upload date:
  • Size: 20.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for rainbowpy-0.3.2.tar.gz
Algorithm Hash digest
SHA256 adec5b526ce029cdf6257df8db89524c733423855cbb802b0387ad4a0f92ce9d
MD5 d263ca47e50adcc01f29fd99840ae2f5
BLAKE2b-256 6185e7ca52aeab4bb3b3e08e6076911db6091849c78c865df26878d9bbe13193

See more details on using hashes here.

File details

Details for the file rainbowpy-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: rainbowpy-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 18.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.1

File hashes

Hashes for rainbowpy-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b4819c6ea7e90b6272027be2477f7ea53332e25d840c74a189610f0b943046c7
MD5 e8eb478a853eb586a129dfbf5127f3c1
BLAKE2b-256 c8dea6e6a546fdf898bfe1d96309c86bcc05ca60fc8d2cd8d7899edf7883b756

See more details on using hashes here.

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