Colour palettes based on the ACEFA, IDDU, and IDEM logos
Project description
idpalette
A Python version of the idpalette package, which provides colour palettes based on the ACEFA, IDDU, and IDEM logos.
Colour palettes
Usage
Retrieve colour values with idpalette(name, n=None)
for use with, e.g., plotnine:
import idpalette as idp
import plotnine as pn
acefa_colours = idp.idpalette('acefa')
acefa_scale = pn.scale_colour_manual(values=acefa_colours)
Create colour maps with mpl_colour_map(name, n=None)
for use with matplotlib:
import idpalette as idp
acefa_cmap = idp.mpl_colour_map('acefa')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
idpalette-0.1.0.tar.gz
(16.3 kB
view hashes)
Built Distribution
Close
Hashes for idpalette-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c7514e23cbebef0fcf30c50ecdee03c209262c15be3d9d6543ad01232b97625 |
|
MD5 | 182de51f87d88f6996a1a56cd5da5e1c |
|
BLAKE2b-256 | 1b373071c5eef249354be00db889907c65117494f03a985d67c4e61987733a51 |