|
From: walter h. <wh...@bf...> - 2012-04-03 09:31:18
|
Am 03.04.2012 08:24, schrieb car...@dm...: >> If you suspect a bug that it is general useful to report: >> 1. What version of Gnuplot you are using (try:gnuplot --version) >> rationale: your problem may be fixed in a later version > > I am using Version 4.2 patchlevel 3, but I think the problem occurs also > in later versions. > >> 2. write a small gnuplot script that shows the suspect behaver >> rationale: the problem may be a parameter that you have set/not set. > > If "f122.dat" is the file containing the lines > > 1 > 2 > 2 > > then running the command > plot "f122.dat" u 1:(1) smooth frequency > you get the output > > #Curve 0 of 1, 3 points > #x y type > 1 1 i > 2 2 i > 2 1 u > > > Best, > Carlo > carminat i tested what you said with 4.4.3 the script is used was: plot "-" u 1:(1) smooth frequency 1 2 2 e when i do this i get a straight line from 1,1 to 2,2. re, wh |