From 9d98b8454644c1a660a87b0fa16ae7f8daadf97c Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 22 Jun 2015 17:03:30 -0700 Subject: [PATCH] even streaming feedgnuplots persist When the data-feeding pipe dies (data source exits) I still want to see the realtime plot, as it appeared at the end --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index e6bda45..87f2315 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -457,7 +457,7 @@ sub mainThread local *PIPE; my $dopersist = ''; - if( !$options{stream} && getGnuplotVersion() >= 4.3) + if( getGnuplotVersion() >= 4.3) { $dopersist = '--persist'; }