| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Plotly.Default
Description
Default Plot Configuration
Synopsis
- data PlotConfig = PlotConfig {}
- defaultConfig :: PlotConfig
- fromConfig :: PlotConfig -> Layout
Documentation
data PlotConfig Source #
Trace Independent Plot Config
Constructors
| PlotConfig | |
Fields
| |
Instances
| Show PlotConfig Source # | |
Defined in Graphics.Plotly.Default Methods showsPrec :: Int -> PlotConfig -> ShowS # show :: PlotConfig -> String # showList :: [PlotConfig] -> ShowS # | |
defaultConfig :: PlotConfig Source #
Default PlotConfig
fromConfig :: PlotConfig -> Layout Source #
Config to Layout