graphviz-2999.20.1.0: Bindings to Graphviz for graph visualisation.

Copyright(c) Ivan Lazar Miljenovic
License3-Clause BSD-style
MaintainerIvan.Miljenovic@gmail.com
Safe HaskellNone
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 BrewerScheme Source #

Specify which colour palette and how many colours it has. Note the allowed values for the different BrewerNames.

Constructors

BScheme BrewerName Word8 
Instances
Eq BrewerScheme Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Ord BrewerScheme Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Read BrewerScheme Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Show BrewerScheme Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

ParseDot BrewerScheme Source # 
Instance details

Defined in Data.GraphViz.Parsing

PrintDot BrewerScheme Source # 
Instance details

Defined in Data.GraphViz.Printing

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 # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Enum BrewerName Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Eq BrewerName Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Ord BrewerName Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Read BrewerName Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

Show BrewerName Source # 
Instance details

Defined in Data.GraphViz.Attributes.ColorScheme

ParseDot BrewerName Source # 
Instance details

Defined in Data.GraphViz.Parsing

PrintDot BrewerName Source # 
Instance details

Defined in Data.GraphViz.Printing