From 232b68b81985856a5ee62681c5853c123f637c03 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 1 Jan 2016 08:08:51 -0800 Subject: [PATCH] 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}) {