diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # plot-light
 
-A lightweight plotting library, exporting to SVG
+A lightweight plotting library
 
 [![Build Status](https://travis-ci.org/ocramz/plot-light.png)](https://travis-ci.org/ocramz/plot-light)
 [![Hackage](https://img.shields.io/hackage/v/plot-light.svg)](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
 
diff --git a/doc/fig/scatter.png b/doc/fig/scatter.png
new file mode 100644
Binary files /dev/null and b/doc/fig/scatter.png differ
diff --git a/plot-light.cabal b/plot-light.cabal
--- a/plot-light.cabal
+++ b/plot-light.cabal
@@ -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
 
