[feedgnuplot] 10/18: Revert "slighly fancier histogram recipe"

Dima Kogan dima at secretsauce.net
Fri Nov 13 19:17:27 UTC 2015


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

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

commit ab26e54e2099e39f14a4e1967bac7c094086f9f8
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Nov 1 13:02:30 2015 -0800

    Revert "slighly fancier histogram recipe"
    
    This reverts commit 5609773b5b4a96c07a8ddb972f43b3eff41cc0a9.
    
    This doesn't belong in the debian branch
---
 bin/feedgnuplot | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 87f2315..cb92831 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -1757,12 +1757,10 @@ in a Thinkpad.
  $ while true; do cat /proc/acpi/ibm/thermal | awk '{$1=""; print}' ; sleep 1; done |
    feedgnuplot --stream --xlen 100 --lines --autolegend --ymax 100 --ymin 20 --ylabel 'Temperature (deg C)'
 
-=head2 Plotting a histogram of file sizes in a directory, granular to 10MB
+=head2 Plotting a histogram of file sizes in a directory
 
  $ ls -l | awk '{print $5/1e6}' |
-   feedgnuplot --histogram 0 --with boxes
-     --binwidth 10 --set 'style fill solid'
-     --ymin 0 --xlabel 'File size (MB)' --ylabel Frequency
+   feedgnuplot --histogram 0 --with boxes --ymin 0 --xlabel 'File size (MB)' --ylabel Frequency
 
 =head1 ACKNOWLEDGEMENT
 

-- 
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