|
From: Hans-Bernhard B. <HBB...@t-...> - 2013-10-21 15:49:01
|
[Ooops, forgot to CC the list.] On 21.10.2013 02:40, sfeam wrote: > I suspect that despite your large value for "set sample" > you are still sampling too coarsely by a factor of a thousand or so. > The smooth curve you see is probably an aliasing artifact. The setting of "set samples" has no effect on this plot, because the plot is made from data: plot datafile u (($1)/365.25+1945):(f3($1)) w l But neither the current CVS version nor 4.6.2 shows the problem here. The reason for that may very well be that the subset of the data presented to us is missing one data point (at 22671, transformed x value 2007.07), which might be just where that "peak" is. |