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

[Last Documentation]

  • Graphics
    • Rendering
      • Plot
        • Graphics.Rendering.Plot.Light
          • Graphics.Rendering.Plot.Light.PlotTypes

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, palette, plot-light, 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-16T14:27:08Z
Distributions NixOS:0.4.3
Executables plot-light
Downloads 11801 total (106 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-07-16 [all 3 reports]

Readme for plot-light-0.2

[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 import Graphics.Rendering.Plot.Light. If GHC complains of name clashes you can import the module in "qualified" form.

Documentation

Available on Hackage : https://hackage.haskell.org/package/plot-light in the Graphics.Rendering.Plot.Light module

Contributing

You can use plot-light in your own projects (either personal, academic or commercial). All feedback such as comments, bug reports, new documentation, feature requests and patches is welcome.

License

BSD-3, see LICENSE file