If we're dumping out the raw gnuplot commands, do not sleep at the end

This commit is contained in:
Dima Kogan 2011-04-20 15:26:38 -07:00
parent a7d0a926e4
commit 635f0fc7ee

View File

@ -447,7 +447,7 @@ sub mainThread
# we persist gnuplot, so we shouldn't need this sleep. However, once
# gnuplot exits, but the persistent window sticks around, you can no
# longer interactively zoom the plot. So we still sleep
sleep(100000);
sleep(100000) unless $options{dump};
}
sub pruneOldData