streaming plots no longer exit when the input is closed. Pass --exit to do that

This commit is contained in:
Dima Kogan 2015-10-31 02:45:08 -07:00
parent 605158b391
commit 11f568ddf2

View File

@ -751,14 +751,8 @@ sub mainThread
} }
} }
# if we were streaming, we're now done!
if( $options{stream} )
{
return;
}
# finished reading in all. Plot what we have # finished reading in all. Plot what we have
plotStoredData(); plotStoredData() unless $options{stream};
if ( defined $options{hardcopy}) if ( defined $options{hardcopy})
{ {