| Stability | experimental |
|---|---|
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Safe Haskell | None |
Simulation.Aivika.Experiment.XYChartView
Description
Tested with: GHC 7.4.1
The module defines XYChartView that saves the XY charts
in the PNG files.
- data XYChartView = XYChartView {
- xyChartTitle :: String
- xyChartDescription :: String
- xyChartWidth :: Int
- xyChartHeight :: Int
- xyChartFileName :: FileName
- xyChartPredicate :: Dynamics Bool
- xyChartXSeries :: Maybe String
- xyChartYSeries :: [Either String String]
- xyChartPlotTitle :: String
- xyChartRunPlotTitle :: String
- xyChartPlotLines :: [PlotLines Double Double -> PlotLines Double Double]
- xyChartBottomAxis :: LayoutAxis Double -> LayoutAxis Double
- xyChartLayout :: Layout1 Double Double -> Layout1 Double Double
- defaultXYChartView :: XYChartView
Documentation
data XYChartView Source
Defines the View that saves the XY charts
in the PNG files.
Constructors
| XYChartView | |
Fields
| |
Instances
defaultXYChartView :: XYChartViewSource
The default time series view.