chart-unit: Native haskell charts.

[ bsd3, charts, deprecated, library ] [ Propose Tags ]
Deprecated in favor of chart-svg

See chart-unit for chart bling and usage.

These charts are designed to be scale independent and amenable to combinatory busywork (hence the unit suffix).


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.3.0, 0.3.1, 0.3.2, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5.0, 0.6.0.0, 0.6.0.1, 0.6.0.2, 0.6.1.0, 0.6.2.0, 0.6.3.0, 0.7.0.0
Dependencies ad, base (>=4.7 && <5), chart-unit, colour, diagrams-lib, diagrams-rasterific, diagrams-svg, foldl, formatting, JuicyPixels, lens, linear, mwc-probability, mwc-random, numhask (>=0.0.5 && <1), numhask-range (>=0.0.3 && <1), primitive, protolude, reflection, tdigest, text [details]
License BSD-3-Clause
Copyright 2016 Tony Day
Author Tony Day
Maintainer tonyday567@gmail.com
Category charts
Home page https://github.com/tonyday567/chart-unit
Source repo head: git clone https://github.com/tonyday567/chart-unit
Uploaded by tonyday567 at 2017-07-23T03:47:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables chart-unit-examples
Downloads 12045 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-23 [all 1 reports]

Readme for chart-unit-0.4.1

[back to package description]

chart-unit

Build Status Hackage lts nightly

repo

chart-unit is an experimental haskell chart library.

See https://tonyday567.github.io/chart-unit for an extended description.

chart bling

line chart

scatter chart

histogram

pixel chart

histogram diff

arrow chart

compound

animation

compile recipe

stack build --test --exec "$(stack path --local-install-root)/bin/chart-unit-examples" --exec "$(stack path --local-bin)/pandoc -f markdown -i examples/examples.md -t html -o index.html --filter pandoc-include --mathjax" --file-watch

to do

  • legends, text (titles, etc)