chart-svg: Charting library targetting SVGs.
This package provides a charting library targetting SVG as the rendered output.
Usage
>>>
:set -XOverloadedLabels
>>>
:set -XOverloadedStrings
>>>
import Chart
>>>
import Optics.Core
>>>
let lines = [[Point 0.0 1.0, Point 1.0 1.0, Point 2.0 5.0],[Point 0.0 0.0, Point 2.8 3.0],[Point 0.5 4.0, Point 0.5 0]]
>>>
let styles = (\c -> defaultLineStyle & #color .~ palette1 c & #size .~ 0.015) <$> [0..2]
>>>
let cs = zipWith (\s x -> LineChart s [x]) styles lines
>>>
let lineExample = mempty & #charts .~ named "line" cs & #hudOptions .~ defaultHudOptions :: ChartOptions
>>>
writeChartOptions "other/usage.svg" lineExample
See Chart for a broad overview of concepts, and Chart.Examples for practical examples.
Modules
[Index] [Quick Jump]
Downloads
- chart-svg-0.5.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.4.0, 0.4.1.0, 0.4.1.1, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.2.0, 0.6.0.0, 0.6.1.0, 0.7.0.0 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | adjunctions (>=4.0 && <5), attoparsec (>=0.13.2 && <0.15), base (>=4.7 && <5), bytestring (>=0.11.3 && <0.13), Color (>=0.3 && <0.4), containers (>=0.6 && <0.7), cubicbezier (>=0.6 && <0.7), flatparse (>=0.3.5 && <0.6), foldl (>=1.4 && <1.5), formatn (>=0.2.1 && <0.4), markup-parse (>=0.1 && <0.2), mtl (>=2.2.2 && <2.4), numhask (>=0.10 && <0.12), numhask-array (>=0.10 && <0.12), numhask-space (>=0.10 && <0.12), optics-core (>=0.4 && <0.5), random (>=1.2 && <1.3), string-interpolate (>=0.3 && <0.4), text (>=1.2 && <2.1), time (>=1.9 && <1.13) [details] |
Tested with | ghc ==8.10.7 || ==9.2.8 || ==9.4.5 || ==9.6.2 |
License | BSD-3-Clause |
Copyright | Tony Day (c) 2017 |
Author | Tony Day |
Maintainer | tonyday567@gmail.com |
Category | graphics |
Home page | https://github.com/tonyday567/chart-svg#readme |
Bug tracker | https://github.com/tonyday567/chart-svg/issues |
Source repo | head: git clone https://github.com/tonyday567/chart-svg |
Uploaded | by tonyday567 at 2023-08-23T06:38:43Z |
Distributions | LTSHaskell:0.5.2.0, Stackage:0.7.0.0 |
Reverse Dependencies | 5 direct, 2 indirect [details] |
Downloads | 2998 total (111 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-08-23 [all 1 reports] |