mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +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:
parent
5609773b5b
commit
9d98b84546
@ -457,7 +457,7 @@ sub mainThread
|
|||||||
local *PIPE;
|
local *PIPE;
|
||||||
my $dopersist = '';
|
my $dopersist = '';
|
||||||
|
|
||||||
if( !$options{stream} && getGnuplotVersion() >= 4.3)
|
if( getGnuplotVersion() >= 4.3)
|
||||||
{
|
{
|
||||||
$dopersist = '--persist';
|
$dopersist = '--persist';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user