Some tools for making colormaps
Project description
status
rainbowpy
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")
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.4.0.tar.gz
(20.3 kB
view details)
Built Distribution
rainbowpy-0.4.0-py3-none-any.whl
(18.2 kB
view details)
File details
Details for the file rainbowpy-0.4.0.tar.gz
.
File metadata
- Download URL: rainbowpy-0.4.0.tar.gz
- Upload date:
- Size: 20.3 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.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 756857740e5ad4997f8069aefd5c75df243ad9f6a0f34ebc7bab1cbc6ec5a70a |
|
MD5 | 10fb5d1ab5dfd165dbc5cab597e75723 |
|
BLAKE2b-256 | c185489e598f9f00c80d1daee42402975f9380d459dc6977be77abb32b4c5c93 |
File details
Details for the file rainbowpy-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: rainbowpy-0.4.0-py3-none-any.whl
- Upload date:
- Size: 18.2 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.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e608f390374a9ca957d6df82cf69de1e970ed7dcd125f89c16b3d4919ef13641 |
|
MD5 | 3e272c7224d1bd3de059f6b24f27a3fd |
|
BLAKE2b-256 | 49cac795cb2f69697d46be7224346fec7ba0c93fa4e2f9388ccd663010429176 |