| Copyright | Copyright (c) 2012-2017 David Sorokin <david.sorokin@gmail.com> |
|---|---|
| License | BSD3 |
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell98 |
Simulation.Aivika.Experiment.Chart.Backend.Cairo
Description
Tested with: GHC 7.10.1
This module defines a renderer that uses the Chart-cairo library based on Cairo for rendering charts with simulation results.
- data CairoRenderer = CairoRenderer FileFormat
Documentation
data CairoRenderer Source #
This renderer uses the Chart-cairo library based on Cairo for rendering charts with simulation results.
Constructors
| CairoRenderer FileFormat |
Instances