mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-12-18 16:51:08 +08:00
slightly simpler raw data parsing. Hopefully a bit quicker.
This commit is contained in:
@@ -595,7 +595,7 @@ sub mainThread
|
|||||||
else {$id++; }
|
else {$id++; }
|
||||||
|
|
||||||
pushPoint(getCurve($id),
|
pushPoint(getCurve($id),
|
||||||
[@domain, split( /\s+/, $2)]);
|
[@domain, $2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user