graphviz-2999.19.0.0: Bindings to Graphviz for graph visualisation.

Copyright(c) Ivan Lazar Miljenovic
License3-Clause BSD-style
MaintainerIvan.Miljenovic@gmail.com
Safe HaskellSafe
LanguageHaskell2010

Data.GraphViz.Attributes.Colors.Brewer

Description

You almost definitely do not want to use this module. It is only defined for completeness when parsing existing Dot code.

Graphviz contains a list of colors known as the /Brewer color schemes/.

These colors are available under an Apache-style license: http://www.graphviz.org/doc/info/colors.html#brewer_license. As such, they are not recommended for general use, and have only been included in this package for completeness.

The complete list of Brewer colors can be found at http://www.graphviz.org/doc/info/colors.html#brewer.

Synopsis

Documentation

data BrewerName Source #

All of these have a minimum level value of 3, with a maximum of 9 unless otherwise specified.

Constructors

Accent

Maximum of 8.

Blues 
Brbg

Maximum of 11.

Bugn 
Bupu 
Dark2

Maximum of 8.

Gnbu 
Greens 
Greys 
Oranges 
Orrd 
Paired

Maximum of 12.

Pastel1 
Pastel2

Maximum of 8.

Piyg

Maximum of 11.

Prgn

Maximum of 11.

Pubu 
Pubugn 
Puor

Maximum of 11; note that the last two are listed after the Purd values in the documentation.

Purd 
Purples 
Rdbu

Maximum of 11; note that the last two are listed first.

Rdgy

Maximum of 11; note that the last two are listed after the Rdpu values in the documentation.

Rdpu 
Rdylbu

Maximum of 11.

Rdylgn

Maximum of 11.

Reds 
Set1 
Set2

Maximum of 8.

Set3

Maximum of 12.

Spectral

Maximum of 11.

Ylgn 
Ylgnbu 
Ylorbr 
Ylorrd 

Instances

Bounded BrewerName Source # 
Enum BrewerName Source # 
Eq BrewerName Source # 
Ord BrewerName Source # 
Read BrewerName Source # 
Show BrewerName Source # 
ParseDot BrewerName Source # 
PrintDot BrewerName Source #