Stability | experimental |
---|---|
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Safe Haskell | None |
Tested with: GHC 7.4.1
The module defines some utilities used in the charting.
- colourisePlotLines :: [PlotLines x y -> PlotLines x y]
- colourisePlotFillBetween :: [PlotFillBetween x y -> PlotFillBetween x y]
- colourisePlotBars :: PlotBars x y -> PlotBars x y
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 ySource
Colourise the plot bars.