| Stability | experimental |
|---|---|
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Safe Haskell | None |
Simulation.Aivika.Experiment.TimeSeriesView
Description
Tested with: GHC 7.4.1
The module defines TimeSeriesView that saves the time series
charts as the PNG files.
- data TimeSeriesView = TimeSeriesView {
- timeSeriesTitle :: String
- timeSeriesRunTitle :: String
- timeSeriesDescription :: String
- timeSeriesWidth :: Int
- timeSeriesHeight :: Int
- timeSeriesFileName :: FileName
- timeSeriesPredicate :: Dynamics Bool
- timeSeries :: [Either String String]
- timeSeriesPlotLines :: [PlotLines Double Double -> PlotLines Double Double]
- timeSeriesLayout :: Layout1 Double Double -> Layout1 Double Double
- defaultTimeSeriesView :: TimeSeriesView
Documentation
data TimeSeriesView Source
Defines the View that saves the time series charts
in the PNG files.
Constructors
| TimeSeriesView | |
Fields
| |
Instances
defaultTimeSeriesView :: TimeSeriesViewSource
The default time series view.