ploterific 0.2.1.0 → 0.2.1.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- ploterific.cabal +1/−1
- src/Ploterific/Plot/Plot.hs +1/−0
ploterific.cabal view
@@ -1,5 +1,5 @@ name: ploterific-version: 0.2.1.0+version: 0.2.1.1 synopsis: Basic plotting of tabular data for the command line. description: A quick and easy way to plot tabular data from the command line. Meant for quick visualizations, not too customizable. homepage: http://github.com/GregorySchwartz/ploterific#readme
src/Ploterific/Plot/Plot.hs view
@@ -9,6 +9,7 @@ module Ploterific.Plot.Plot ( plot+ , labelColorScale ) where -- Remote