| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ploterific.Plot.Types
Contents
Documentation
Constructors
| FacetNum | |
Fields
| |
Constructors
| Delimiter | |
Fields
| |
newtype ColorLabel Source #
Constructors
| ColorLabel | |
Fields
| |
Instances
| Read ColorLabel Source # | |
Defined in Ploterific.Plot.Types Methods readsPrec :: Int -> ReadS ColorLabel # readList :: ReadS [ColorLabel] # readPrec :: ReadPrec ColorLabel # readListPrec :: ReadPrec [ColorLabel] # | |
| Show ColorLabel Source # | |
Defined in Ploterific.Plot.Types Methods showsPrec :: Int -> ColorLabel -> ShowS # show :: ColorLabel -> String # showList :: [ColorLabel] -> ShowS # | |
newtype DefaultTheme Source #
Constructors
| DefaultTheme | |
Fields | |
Instances
| Read DefaultTheme Source # | |
Defined in Ploterific.Plot.Types Methods readsPrec :: Int -> ReadS DefaultTheme # readList :: ReadS [DefaultTheme] # | |
| Show DefaultTheme Source # | |
Defined in Ploterific.Plot.Types Methods showsPrec :: Int -> DefaultTheme -> ShowS # show :: DefaultTheme -> String # showList :: [DefaultTheme] -> ShowS # | |