plot 0.1.2.1 → 0.1.2.2
raw patch · 3 files changed
+8/−3 lines, 3 files
Files
- CHANGES +3/−0
- lib/Graphics/Rendering/Plot/Figure/Plot.hs +2/−2
- plot.cabal +3/−1
CHANGES view
@@ -25,3 +25,6 @@ * add setDataset documentation * improve Dashes * formattable grid lines++0.2.2.2:+ * FormattedSeries, not DecoratedSeries in setDataset documentation
lib/Graphics/Rendering/Plot/Figure/Plot.hs view
@@ -205,7 +205,7 @@ {- | set the data series of the subplot - The data series are either 'DecoratedSeries' or plain data series.+ The data series are either 'FormattedSeries' or plain data series. A plain data series must carry a 'SeriesType'. A dataset may or may not have an abscissa series, and if so, it is paired@@ -223,7 +223,7 @@ > setDataset (ts,[linespoints (xs,(le,ue),Upper,"data") (([Dash,Dash],3,blue),(Diamond,green))]) has abscissa @ts@ paired with a list of ordinate series, the single element of which is a- 'DecoratedSeries', @linespoints@ where the ordinate is @xs@ with error series @le@ and @ue@,+ 'FormattedSeries', @linespoints@ where the ordinate is @xs@ with error series @le@ and @ue@, to be graphed against the upper y-range with label \"data\". The line element is formatted to be dashed, of width 3, and blue and the point element is to be a green diamond. -}
plot.cabal view
@@ -1,5 +1,5 @@ Name: plot-Version: 0.1.2.1+Version: 0.1.2.2 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010@@ -43,6 +43,8 @@ * added annotations . * grid lines formattable+ .+ Changes . Category: Graphics