|
From: Hans-Bernhard B. <HBB...@t-...> - 2010-02-22 23:58:36
|
alaarman wrote: > The all represent different measurements of the same experiment. Therefore, > i'd like to create a errorlines where all this data is combined to get the > average, minX and maxX. To automate this I wrote the script below. ... and you did it entirely in gnuplot. The way it turned out suggests rather heavily that that was a bad idea. gnuplot learned a good deal of new tricks on this front in recent times, but it's still not a data processing engine per se. This would have been a whole lot simpler in awk, perl or any numerical programming language of your choice. |