plot-light: A lightweight plotting library, exporting to SVG

[ bsd3, graphics, library ] [ Propose Tags ]
This version is deprecated.

A lightweight plotting library, exporting to SVG


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.1, 0.1.2, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.9, 0.3, 0.3.1, 0.3.2, 0.3.2.1, 0.3.3, 0.3.3.1, 0.3.3.2, 0.4, 0.4.1, 0.4.2, 0.4.3 (info)
Dependencies attoparsec, attoparsec-time, base (>=4.7 && <5), blaze-svg, colour, hspec, palette, plot-light, QuickCheck, scientific, text, time [details]
License BSD-3-Clause
Copyright 2017 Marco Zocca
Author Marco Zocca
Maintainer zocca marco gmail
Category Graphics
Home page https://github.com/ocramz/plot-light
Source repo head: git clone https://github.com/ocramz/plot-light
Uploaded by ocramz at 2017-07-10T15:06:39Z
Distributions NixOS:0.4.3
Executables plot-light
Downloads 11835 total (73 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-10 [all 1 reports]

Readme for plot-light-0.1.0.5

[back to package description]

plot-light

A lightweight plotting library, exporting to SVG

Build Status Hackage

plot-light plot-light

plot-light provides functionality for rendering vector graphics as SVG. It is geared in particular towards scientific plotting, and it is termed "light" because it only requires a few common Haskell dependencies and no external libraries. It builds upon blaze-svg by adding type-safe combinators, geometry primitives and functionality.

Usage

To use this project you just need to import this module qualified (to avoid name clashes with any other modules you might have loaded on the side), for example as follows :

import Graphics.Rendering.Plot.Light as P