mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-23 06:38:06 +08:00
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
This commit is contained in:
@@ -457,7 +457,7 @@ sub mainThread
|
||||
local *PIPE;
|
||||
my $dopersist = '';
|
||||
|
||||
if( !$options{stream} && getGnuplotVersion() >= 4.3)
|
||||
if( getGnuplotVersion() >= 4.3)
|
||||
{
|
||||
$dopersist = '--persist';
|
||||
}
|
||||
|
Reference in New Issue
Block a user