packages feed

timeplot 0.2.15 → 0.2.16

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Tools/TimePlot.hs view
@@ -547,7 +547,7 @@   "  'freq N [TYPE]' is for event frequency histograms: a histogram of type TYPE (stacked or ",   "     clustered, default clustered) is drawn for each time bin of size N, about the *frequency* ",   "     of various ` events",-  "  'count N [TYPE]' is for event count histograms: a histogram of type TYPE (stacked or ",+  "  'hist N [TYPE]' is for event count histograms: a histogram of type TYPE (stacked or ",   "     clustered, default clustered) is drawn for each time bin of size N, about the *counts* of ",   "     various ` events",   "  'quantile N q1,q2,..' (example: quantile 100 0.25,0.5,0.75) - a bar chart of corresponding",
timeplot.cabal view
@@ -1,5 +1,5 @@ Name: timeplot-Version: 0.2.15+Version: 0.2.16 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2009