[feedgnuplot] 03/08: improved documentation of --histstyle

Dima Kogan dima at secretsauce.net
Fri Jan 1 16:17:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 80b5d0ab614e48f602037df065ed3d39c704a880
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Dec 13 23:09:35 2015 -0800

    improved documentation of --histstyle
---
 bin/feedgnuplot | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index cba4b36..961db25 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -1541,12 +1541,17 @@ in the plot. Defaults to 1.0 if not given.
 
 C<--histstyle style>
 
-Normally, histograms are generated with the 'smooth freq' gnuplot style.
-C<--histstyle> can be used to select different 'smooth' settings. Allowed are
-'unique', 'cumulative' and 'cnormal'. 'unique' indicates whether a bin has at
-least one item in it: instead of counting the items, it'll always report 0 or 1.
-'cumulative' is the integral of the "normal" histogram. 'cnormal' is like
-'cumulative', but rescaled to end up at 1.0.
+Normally, histograms are generated with the 'smooth frequency' gnuplot style.
+C<--histstyle> can be used to select different C<smooth> settings (see the
+gnuplot C<help smooth> page for more info). Allowed values are 'frequency' (the
+default), 'unique', 'cumulative' and 'cnormal'. 'unique' indicates whether a bin
+has at least one item in it: instead of counting the items, it'll always report
+0 or 1. 'cumulative' is the integral of the 'frequency' histogram. 'cnormal' is
+like 'cumulative', but rescaled to end up at 1.0. Note that there's no
+normalized 'frequency' option because gnuplot does not provide one.
+
+
+C<help smooth>
 
 =item
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list