plot 0.1.1 → 0.1.1.1
raw patch · 3 files changed
+7/−2 lines, 3 files
Files
- CHANGES +5/−0
- lib/Graphics/Rendering/Plot/Figure.hs +1/−1
- plot.cabal +1/−1
CHANGES view
@@ -1,2 +1,7 @@ 0.1: * initial version+0.1.1:+ * add candle/whisker plots++0.1.1.1:+ * export MinMaxSeries
lib/Graphics/Rendering/Plot/Figure.hs view
@@ -47,7 +47,7 @@ , setPlotPadding , withHeading -- ** Series data- , Function(), Series(), ErrorSeries()+ , Function(), Series(), MinMaxSeries(), ErrorSeries() , Surface() , SeriesLabel() , Abscissa(), Ordinate(), Dataset()
plot.cabal view
@@ -1,5 +1,5 @@ Name: plot-Version: 0.1.1+Version: 0.1.1.1 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010