From 11f568ddf2f40e5ff23526c79ec9e24d93fd1910 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 31 Oct 2015 02:45:08 -0700 Subject: [PATCH] streaming plots no longer exit when the input is closed. Pass --exit to do that --- bin/feedgnuplot | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index c234ae3..c0daef6 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -751,14 +751,8 @@ sub mainThread } } - # if we were streaming, we're now done! - if( $options{stream} ) - { - return; - } - # finished reading in all. Plot what we have - plotStoredData(); + plotStoredData() unless $options{stream}; if ( defined $options{hardcopy}) {