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 FinalHistogramView
that plots a histogram
by the specified series in final time points collected from different
simulation runs.
- data FinalHistogramView = FinalHistogramView {
- finalHistogramTitle :: String
- finalHistogramDescription :: String
- finalHistogramWidth :: Int
- finalHistogramHeight :: Int
- finalHistogramFileName :: ExperimentFilePath
- finalHistogramPredicate :: Event Bool
- finalHistogramBuild :: [[Double]] -> Histogram
- finalHistogramTransform :: ResultTransform
- finalHistogramSeries :: ResultTransform
- finalHistogramPlotTitle :: String
- finalHistogramPlotBars :: PlotBars Double Double -> PlotBars Double Double
- finalHistogramLayout :: Layout Double Double -> Layout Double Double
- defaultFinalHistogramView :: FinalHistogramView
Documentation
data FinalHistogramView Source #
Defines the View
that plots the histogram
for the specified series in final time points
collected from different simulation runs.
FinalHistogramView | |
|
defaultFinalHistogramView :: FinalHistogramView Source #
The default histogram view.