[feedgnuplot] 05/13: can now ask for fnormal histograms
Dima Kogan
dima at secretsauce.net
Sun Oct 16 03:55:02 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 9e669044c70bfb235d63c5652aa4e56cb9f852f9
Author: Dima Kogan <dima at secretsauce.net>
Date: Thu Sep 8 23:02:31 2016 -0700
can now ask for fnormal histograms
---
bin/feedgnuplot | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 44393cb..8edfd09 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -333,9 +333,9 @@ sub interpretCommandline
# --xlen implies an order to the data, so I force monotonicity
$options{monotonic} = 1 if defined $options{xlen};
- if( $options{histstyle} !~ /freq|cum|uniq|cnorm/ )
+ if( $options{histstyle} !~ /freq|cum|uniq|cnorm|fnorm/ )
{
- print STDERR "unknown histstyle. Allowed are 'freq...', 'cum...', 'uniq...', 'cnorm...'\n";
+ print STDERR "unknown histstyle. Allowed are 'freq...', 'fnorm...', 'cum...', 'uniq...', 'cnorm...'\n";
exit -1;
}
@@ -1539,14 +1539,11 @@ C<--histstyle style>
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>
+default), 'fnormal' (available in very recent gnuplots), 'unique', 'cumulative'
+and 'cnormal'. 'fnormal' is a normalized histogram. '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.
=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