mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
If we're dumping out the raw gnuplot commands, do not sleep at the end
This commit is contained in:
parent
a7d0a926e4
commit
635f0fc7ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user