Chart-simple 1.2 → 1.2.2
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
Chart-simple.cabal view
@@ -1,5 +1,5 @@ Name: Chart-simple-Version: 1.2+Version: 1.2.2 License: BSD3 License-file: LICENSE Copyright: Tim Docker, 2006-2010
Graphics/Rendering/Chart/Simple.hs view
@@ -34,10 +34,11 @@ module Graphics.Rendering.Chart.Simple( plot, PlotKind(..), xcoords, plotPDF, plotPS, plotLayout, plotPNG, LayoutDDD,+ plotWindow, layoutDddToRenderable , PlotPDFType(..) , PlotPSType(..)- , PlotPNGType(..)+ , PlotWindowType(..) , uplot ) where