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'; }