[feedgnuplot] 05/08: At the end of a streaming plot, include the last chunk of data

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 232b68b81985856a5ee62681c5853c123f637c03
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Jan 1 08:08:51 2016 -0800

    At the end of a streaming plot, include the last chunk of data
---
 bin/feedgnuplot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 6455070..b68edf3 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -749,7 +749,7 @@ sub mainThread
     }
 
     # finished reading in all. Plot what we have
-    plotStoredData() unless $options{stream};
+    plotStoredData() unless $options{stream} && $options{exit};
 
     if ( defined $options{hardcopy})
     {

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