Skip to content

riccardosven/tableaucolors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tableaucolors

A beautiful and warm colorscheme for LaTeX!

The colors correspond to the ones developed at Tableau and used by Matplotlib, Vega, and d3.

Installing

Make the style file available to your latex distribution.

Using

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

Color palettes:

Category 10

Category10

Category 20

Category20

Category 20b

Category20b

Category 20c

Category20c

Examples

See the examples folder for some examples ;)

Hacking

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!

About

Beautiful colorscheme inspired by matplotlib and Tableau.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages