A beautiful and warm colorscheme for LaTeX!
The colors correspond to the ones developed at Tableau and used by Matplotlib, Vega, and d3.
Make the style file available to your latex distribution.
It's just a matter of adding
\usepackage{tableaucolors}
to the header of your document (This will also include the xcolor
package).
The default package provides the following colors from the Category 10 list:
Other categories are available as package options:
\usepackage[category10]{tableaucolors} % Default option
\usepackage[category20]{tableaucolors}
\usepackage[category20b]{tableaucolors}
\usepackage[category20c]{tableaucolors}
Note that only the last option defined will be used.
The colors are available using using the matplotlib
names C0
-C9
(and C10-C19
, according to the chosen palette).
See the examples
folder for some examples ;)
If you have comments or hacks that you would like to include, send me a message or post an issue or a pull request. Have fun!