Skip to main content

Enums representing named colors available in matplotlib

Project description

mpl_colors

A python 3.6+ library to make matplotlib's named colors more discoverable.

Defines enums for each of matplotlib's sets of named colours (base, Tableau, xkcd and CSS4), and one which combines all of them (where Tableau and xkcd names are prepended with TAB_ and XKCD_ respectively, like matplotlib). Color names are in SCREAMING_SNAKE_CASE, as recommended. Names originally containing a slash (/) replace it with the _SLASH_ (necessary to prevent collisions).

Instances of these enums are also instances of a named tuple with members r, g, and b (all floats between 0 and 1). They also support a number of methods for conversion into colour.Color objects, and RGBA, HSL, HSV, and YIQ tuples. Also, 256-color hex strings (prepended with #) and colour's "web" format (whichever is shortest of W3C named color, 16-color hex, or 256-color hex, preferring named as a tie-break).

The enums are automatically generated directly from matplotlib.colors using the included make_colors.py. Like matplotlib, they support both spellings of the word "grey"/"gray".

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

mpl_colors-0.1.0.tar.gz (30.1 kB view hashes)

Uploaded Source

Built Distribution

mpl_colors-0.1.0-py3-none-any.whl (30.6 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