mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-20 12:48:07 +08:00
At the end of a streaming plot, include the last chunk of data
This commit is contained in:
@@ -749,7 +749,7 @@ sub mainThread
|
||||
}
|
||||
|
||||
# finished reading in all. Plot what we have
|
||||
plotStoredData() unless $options{stream};
|
||||
plotStoredData() unless $options{stream} && $options{exit};
|
||||
|
||||
if ( defined $options{hardcopy})
|
||||
{
|
||||
|
Reference in New Issue
Block a user