streaming plots no longer go away once the input pipe goes away

This commit is contained in:
Dima Kogan 2011-02-26 12:46:34 -08:00
parent cf57de689f
commit 064f522097

View File

@ -513,14 +513,7 @@ sub mainThread
}
}
# finished reading in all of the data
if($options{stream})
{
print PIPE "exit;\n";
close PIPE;
}
else
{
# finished reading in all. Plot what we have
plotStoredData();
if ( $options{hardcopy})
@ -540,7 +533,6 @@ sub mainThread
# longer interactively zoom the plot. So we still sleep
sleep(100000);
}
}
sub pruneOldData
{