Skip to content

Colour palettes based on the ACEFA, IDDU, and IDEM logos

License

Notifications You must be signed in to change notification settings

robmoss/idpalette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idpalette

Latest version

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')

Installation

To install the latest release:

pip install idpalette

License

The code is distributed under the terms of the BSD 3-Clause license <https://opensource.org/licenses/BSD-3-Clause>_ (see LICENSE).

About

Colour palettes based on the ACEFA, IDDU, and IDEM logos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages