plot-light 0.3 → 0.3.1
raw patch · 3 files changed
+6/−6 lines, 3 filesbinary-addedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +3/−4
- doc/fig/scatter.png binary
- plot-light.cabal +3/−2
README.md view
@@ -1,6 +1,6 @@ # plot-light -A lightweight plotting library, exporting to SVG+A lightweight plotting library [](https://travis-ci.org/ocramz/plot-light) [](https://hackage.haskell.org/package/plot-light)@@ -10,9 +10,8 @@ -`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.+`plot-light` provides functionality for rendering 2D graphics. It is geared in particular towards scientific plotting, and it is called "light" because it only requires a few common Haskell dependencies.+It builds upon `blaze-svg` and `JuicyPixels` by adding type-safe combinators, geometry primitives and high-level graphing functionality. ## Usage
+ doc/fig/scatter.png view
binary file changed (absent → 13903 bytes)
plot-light.cabal view
@@ -1,5 +1,5 @@ name: plot-light-version: 0.3+version: 0.3.1 synopsis: A lightweight plotting library, exporting to SVG description: This library provides drawing and plotting datastructures and functions; it is aimed in particular at scientific visualization, but it also exposes its plotting primitives and a small but general purpose 2D geometry library. @@ -13,7 +13,8 @@ build-type: Simple extra-source-files: README.md CHANGELOG.md-extra-doc-files: doc/fig/*.png+extra-doc-files: doc/fig/heatmap.png+ doc/fig/scatter.png cabal-version: >=1.18 tested-with: GHC == 8.0.2, GHC == 8.4.1