Skip to content

thecraigoneill/carrotColors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

A package to produce a carrot-inspired color palette for python/matplotlib.

carrot_palette

Install: pip install carrotColors

Update: pip install --upgrade carrotColors

Usage:

import carrotColors as c

my_cmap = c.CarrotColors.get_carrots()

An example:

Carrot_Example1

Also now with Mulberries:

mulberrys

my_cmap = c.CarrotColors.get_mulberries()

And for those of you who like your color palettes perceptually uniform, here is the perceptually uniform version courtesy of empet:

my_cmap = c.CarrotColors.get_uniform_carrots()

About

A carrot-based color palette you didn't know you needed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages