| 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 | 
Simulation.Aivika.Experiment.Chart.FinalHistogramView
Description
Tested with: GHC 7.10.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.
Constructors
| FinalHistogramView | |
| Fields 
 | |
Instances
defaultFinalHistogramView :: FinalHistogramView Source
The default histogram view.