aivika-experiment-chart-5.1: Simulation experiments with charting for the Aivika library

CopyrightCopyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Simulation.Aivika.Experiment.Chart.Utils

Description

Tested with: GHC 8.0.1

The module defines some utilities used in the charting.

Synopsis

Documentation

colourisePlotLines :: [PlotLines x y -> PlotLines x y] Source #

Colourise the plot lines.

colourisePlotFillBetween :: [PlotFillBetween x y -> PlotFillBetween x y] Source #

Colourise the filling areas.

colourisePlotBars :: PlotBars x y -> PlotBars x y Source #

Colourise the plot bars.