Stability | experimental |
---|---|
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Safe Haskell | None |
Tested with: GHC 7.6.3
The module defines DeviationChartView
that saves the deviation
chart in the PNG file.
- data DeviationChartView = DeviationChartView {
- deviationChartTitle :: String
- deviationChartDescription :: String
- deviationChartWidth :: Int
- deviationChartHeight :: Int
- deviationChartFileName :: FileName
- deviationChartSeries :: [Either String String]
- deviationChartPlotTitle :: String
- deviationChartPlotLines :: [PlotLines Double Double -> PlotLines Double Double]
- deviationChartPlotFillBetween :: [PlotFillBetween Double Double -> PlotFillBetween Double Double]
- deviationChartBottomAxis :: LayoutAxis Double -> LayoutAxis Double
- deviationChartLayout :: Layout1 Double Double -> Layout1 Double Double
- defaultDeviationChartView :: DeviationChartView
Documentation
data DeviationChartView Source
Defines the View
that saves the deviation chart
in the PNG file.
DeviationChartView | |
|
defaultDeviationChartView :: DeviationChartViewSource
The default deviation chart view.