export MinMaxSeries

darcs-hash:20101001053405-af16d-b00da2cf56399f962fb84f5b550539a026018316.gz
This commit is contained in:
Vivian McPhail 2010-10-01 18:34:05 +13:00
parent 0dbdd0b652
commit c9958b18d0
3 changed files with 10 additions and 3 deletions

View File

@ -1,2 +1,7 @@
0.1:
* initial version
0.1.1:
* add candle/whisker plots
0.1.1.1:
* export MinMaxSeries

View File

@ -47,7 +47,7 @@ module Graphics.Rendering.Plot.Figure (
, setPlotPadding
, withHeading
-- ** Series data
, Function(), Series(), ErrorSeries()
, Function(), Series(), MinMaxSeries(), ErrorSeries()
, Surface()
, SeriesLabel()
, Abscissa(), Ordinate(), Dataset()

View File

@ -1,5 +1,5 @@
Name: plot
Version: 0.1
Version: 0.1.1.1
License: BSD3
License-file: LICENSE
Copyright: (c) A.V.H. McPhail 2010
@ -31,7 +31,9 @@ Description:
.
The example in Graphics.Rendering.Plot can be viewed at
<http://code.haskell.org/plot/examples/perturbed-sine.png>
.
Changes in plot 0.1.1
* added candle and whisker plots
Category: Graphics
Tested-with: GHC==6.12.1