ploterific 0.2.1.1 → 0.2.1.2
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
ploterific.cabal view
@@ -1,5 +1,5 @@ name: ploterific-version: 0.2.1.1+version: 0.2.1.2 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/Program/Options.hs view
@@ -42,13 +42,13 @@ short "output" = Just 'o' short "feature" = Just 'f' short "facet" = Just 't'- short "facet-num" = Just 'n'+ short "facetNum" = Just 'n' short "color" = Just 'c' short "mark" = Just 'm' short "delimiter" = Just 'd' short "height" = Just 'h' short "width" = Just 'w'- short "default-theme" = Just 'D'+ short "defaultTheme" = Just 'D' short x = firstLetter x instance ParseRecord Options where