mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
drivegnuplots: don't overwrite previous data-to-plot
Ignore-this: 4f401c72bf7e92ee4877955ba301d49b darcs-hash:20091121055641-0cb85-415016115f3beb233730cd79fa8b1b78bc87ff7e.gz
This commit is contained in:
parent
0a2226594a
commit
e028ed2d40
@ -208,7 +208,7 @@ sub mainThread {
|
||||
my $idx = $1;
|
||||
my $point = $2;
|
||||
|
||||
newCurve("", "", undef, $idx);
|
||||
newCurve("", "", undef, $idx) unless exists $curves[$idx];
|
||||
|
||||
push @{$curves[$idx]}, [$xlast, $point];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user