https://github.com/vtraag/tikz-colorbrewer
Definition files providing colours as defined by the ColorBrewer project.
https://github.com/vtraag/tikz-colorbrewer
Last synced: 4 months ago
JSON representation
Definition files providing colours as defined by the ColorBrewer project.
- Host: GitHub
- URL: https://github.com/vtraag/tikz-colorbrewer
- Owner: vtraag
- Created: 2014-06-05T10:47:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T09:37:52.000Z (over 8 years ago)
- Last Synced: 2025-04-10T13:13:10.807Z (6 months ago)
- Language: TeX
- Size: 105 KB
- Stars: 34
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project has been taken up in the official codebase of
[TikZ](http://sourceforge.net/projects/pgf/)
and
[pgfplots](http://pgfplots.sourceforge.net/)
in a much improved manner (thanks to Stefan Pinnow). It is highly recommended to use that library, rather than the version hosted here.# Description
This project provides the colour definitions introduced by the
[ColorBrewer project](http://colorbrewer2.org/)
for use in
[TikZ](http://sourceforge.net/projects/pgf/)
and
[pgfplots](http://pgfplots.sourceforge.net/).# Installation
Simply put the files in a directory where LaTeX can find your files. On linux,
for example, put these files in `~/texmf/tex/latex/colorbrewer/` (you might have
to create the directory). Then run `texhash` to update the definitions.# Usage
There are two example files `display_colorcycle.tex` and `display_colors.tex`
which illustrate the usage. The second example outputs a list of all colours.