plot-gtk 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+14/−4 lines, 3 files
Files
- CHANGES +3/−0
- lib/Graphics/Rendering/Plot/Gtk.hs +7/−0
- plot-gtk.cabal +4/−4
CHANGES view
@@ -3,3 +3,6 @@ 0.1.0.1: * unshadowed fig in Gtk.hs++0.1.0.2:+ * updated documentation for multiline example
lib/Graphics/Rendering/Plot/Gtk.hs view
@@ -208,6 +208,13 @@ >>> withfig1_12 $ setRangeFromData XAxis Lower >>> withfig1_12 $ setRangeFromData YAxis Lower +with the multiline feature++>>> :set +m+>>> withPlotHandle figure1 $ withPlot (1,2) $ do +>>> addAxis XAxis (Side Lower) $ setTickLabelFormat "%.0f" +>>> setRangeFromData XAxis Lower+>>> setRangeFromData YAxis Lower -} -----------------------------------------------------------------------------
plot-gtk.cabal view
@@ -1,5 +1,5 @@ Name: plot-gtk-Version: 0.1.0.1+Version: 0.1.0.2 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010@@ -46,6 +46,6 @@ ghc-prof-options: -auto - source-repository head- type: darcs- location: darcs get http://code.haskell.org/plot/gtk+source-repository head+ type: darcs+ location: http://code.haskell.org/plot/gtk