Copyright | Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell98 |
Tested with: GHC 8.0.1
The module defines DeviationChartView
that plots the deviation chart using rule of 3-sigma.
- data DeviationChartView = DeviationChartView {
- deviationChartTitle :: String
- deviationChartDescription :: String
- deviationChartWidth :: Int
- deviationChartHeight :: Int
- deviationChartGridSize :: Int
- deviationChartFileName :: ExperimentFilePath
- deviationChartTransform :: ResultTransform
- deviationChartLeftYSeries :: ResultTransform
- deviationChartRightYSeries :: ResultTransform
- deviationChartPlotTitle :: String
- deviationChartPlotLines :: [PlotLines Double Double -> PlotLines Double Double]
- deviationChartPlotFillBetween :: [PlotFillBetween Double Double -> PlotFillBetween Double Double]
- deviationChartBottomAxis :: LayoutAxis Double -> LayoutAxis Double
- deviationChartLayout :: LayoutLR Double Double Double -> LayoutLR Double Double Double
- defaultDeviationChartView :: DeviationChartView
Documentation
data DeviationChartView Source #
Defines the View
that plots the deviation chart in time points by the specified grid.
DeviationChartView | |
|
defaultDeviationChartView :: DeviationChartView Source #
The default deviation chart view.