Skip to main content

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

Palette colours

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


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)

Uploaded Source

Built Distribution

idpalette-0.1.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded 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