mirror of
https://github.com/codedownio/haskell-plot.git
synced 2025-04-16 11:26:12 +00:00
export MinMaxSeries
darcs-hash:20101001053405-af16d-b00da2cf56399f962fb84f5b550539a026018316.gz
This commit is contained in:
parent
0dbdd0b652
commit
c9958b18d0
5
CHANGES
5
CHANGES
@ -1,2 +1,7 @@
|
||||
0.1:
|
||||
* initial version
|
||||
0.1.1:
|
||||
* add candle/whisker plots
|
||||
|
||||
0.1.1.1:
|
||||
* export MinMaxSeries
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user