ploterific-0.2.1.4: Basic plotting of tabular data for the command line.
Safe HaskellNone
LanguageHaskell2010

Ploterific.Plot.Types

Documentation

newtype Color Source #

Constructors

Color 

Fields

Instances

Instances details
Read Color Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Color Source # 
Instance details

Defined in Ploterific.Plot.Types

Methods

showsPrec :: Int -> Color -> ShowS #

show :: Color -> String #

showList :: [Color] -> ShowS #

newtype Feature Source #

Constructors

Feature 

Fields

Instances

Instances details
Read Feature Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Feature Source # 
Instance details

Defined in Ploterific.Plot.Types

newtype Facet Source #

Constructors

Facet 

Fields

Instances

Instances details
Read Facet Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Facet Source # 
Instance details

Defined in Ploterific.Plot.Types

Methods

showsPrec :: Int -> Facet -> ShowS #

show :: Facet -> String #

showList :: [Facet] -> ShowS #

newtype FacetNum Source #

Constructors

FacetNum 

Fields

Instances

Instances details
Read FacetNum Source # 
Instance details

Defined in Ploterific.Plot.Types

Show FacetNum Source # 
Instance details

Defined in Ploterific.Plot.Types

newtype Delimiter Source #

Constructors

Delimiter 

Fields

Instances

Instances details
Read Delimiter Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Delimiter Source # 
Instance details

Defined in Ploterific.Plot.Types

newtype Input Source #

Constructors

Input 

Fields

Instances

Instances details
Read Input Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Input Source # 
Instance details

Defined in Ploterific.Plot.Types

Methods

showsPrec :: Int -> Input -> ShowS #

show :: Input -> String #

showList :: [Input] -> ShowS #

newtype Output Source #

Constructors

Output 

Fields

Instances

Instances details
Read Output Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Output Source # 
Instance details

Defined in Ploterific.Plot.Types

newtype Height Source #

Constructors

Height 

Fields

Instances

Instances details
Read Height Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Height Source # 
Instance details

Defined in Ploterific.Plot.Types

newtype Width Source #

Constructors

Width 

Fields

Instances

Instances details
Read Width Source # 
Instance details

Defined in Ploterific.Plot.Types

Show Width Source # 
Instance details

Defined in Ploterific.Plot.Types

Methods

showsPrec :: Int -> Width -> ShowS #

show :: Width -> String #

showList :: [Width] -> ShowS #

newtype ColorLabel Source #

Constructors

ColorLabel 

Fields

Orphan instances