Copyright | Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Tested with: GHC 8.0.1
The module defines XYChartView
that plots the XY charts.
Synopsis
- data XYChartView = XYChartView {
- xyChartTitle :: String
- xyChartDescription :: String
- xyChartWidth :: Int
- xyChartHeight :: Int
- xyChartGridSize :: Maybe Int
- xyChartFileName :: ExperimentFilePath
- xyChartPredicate :: Event Bool
- xyChartTransform :: ResultTransform
- xyChartXSeries :: ResultTransform
- xyChartLeftYSeries :: ResultTransform
- xyChartRightYSeries :: ResultTransform
- xyChartPlotTitle :: String
- xyChartRunPlotTitle :: String
- xyChartPlotLines :: [PlotLines Double Double -> PlotLines Double Double]
- xyChartBottomAxis :: LayoutAxis Double -> LayoutAxis Double
- xyChartLayout :: LayoutLR Double Double Double -> LayoutLR Double Double Double
- defaultXYChartView :: XYChartView
Documentation
data XYChartView Source #
Defines the View
that plots the XY charts.
XYChartView | |
|
Instances
ChartRendering r => ExperimentView XYChartView (FileRenderer r) Source # | |
Defined in Simulation.Aivika.Experiment.Chart.XYChartView outputView :: XYChartView -> ExperimentGenerator (FileRenderer r) # | |
ChartRendering r => ExperimentView XYChartView (WebPageRenderer r) Source # | |
Defined in Simulation.Aivika.Experiment.Chart.XYChartView outputView :: XYChartView -> ExperimentGenerator (WebPageRenderer r) # |
defaultXYChartView :: XYChartView Source #
The default time series view.