Copyright | Copyright (c) 2012-2015, 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 7.10.1
The module defines HistogramView
that plots the histogram
collecting statistics in all integration time points and does
it for every simulation run separately.
- data HistogramView = HistogramView {
- histogramTitle :: String
- histogramDescription :: String
- histogramWidth :: Int
- histogramHeight :: Int
- histogramFileName :: ExperimentFilePath
- histogramPredicate :: Event Bool
- histogramBuild :: [[Double]] -> Histogram
- histogramTransform :: ResultTransform
- histogramSeries :: ResultTransform
- histogramPlotTitle :: String
- histogramRunPlotTitle :: String
- histogramPlotBars :: PlotBars Double Double -> PlotBars Double Double
- histogramLayout :: Layout Double Double -> Layout Double Double
- defaultHistogramView :: HistogramView
Documentation
data HistogramView Source
Defines the View
that plots the histogram collecting statistics
for all integration time points but for each simulation run separately.
HistogramView | |
|
defaultHistogramView :: HistogramView Source
The default histogram view.