|
From: Daniel J S. <dan...@ie...> - 2006-08-07 04:26:11
|
Ethan A Merritt wrote: >>A simple benchmark (time gnuplot < cmd) shows that (on my computer >>at least) plot "file" using ($1):($2) takes about 150% as long >>as plot "file". > > > That's a bit hard to believe. Actually, it may be correct. Isn't the difference between "using 1:2" and "using ($1):($2)" that the latter passes the data through a function? (In this case a very simple function.) That is, the "action table" code is called. Try just "using 1:2", Dmitri, and see if that speeds things back to what you expect. Dan |