|
From: <HBB...@t-...> - 2007-02-23 21:02:13
|
Leonardo Leiria Fernandes wrote: > I would like to know if it is possible to do this same plot but > showing the ranges of the values in the y axis > (i.e. to evaluatethe variance), instead of only the averages. Only by doing it outside gnuplot. 'smooth unique' only computes averages --- of y values, and x and y errorbar endpoints. |