At the end of a streaming plot, include the last chunk of data

This commit is contained in:
Dima Kogan 2016-01-01 08:08:51 -08:00
parent 12eb829f16
commit 232b68b819

View File

@ -749,7 +749,7 @@ sub mainThread
} }
# finished reading in all. Plot what we have # finished reading in all. Plot what we have
plotStoredData() unless $options{stream}; plotStoredData() unless $options{stream} && $options{exit};
if ( defined $options{hardcopy}) if ( defined $options{hardcopy})
{ {