|
From: Hans-Bernhard B. <br...@ph...> - 2004-08-27 08:13:58
|
On Thu, 26 Aug 2004, Bret Foreman wrote: > The attached datafile does not splot as I would expect. There are no points > that correspond to a line joining the y=7/23 data to the y=7/24 data, yet I > see lines. I expect all lines to be joining points at y=7/23 or y=7/24, > never between one point on one date and another point on the other date. I > guess I have arranged my data incorrectly, but I can't really see what's > wrong. You have created a data file that has 'grid structure' (see "help splot datafile"), so gnuplot is trying to plot it as a surface. If that's not what you wanted, you'll have to insert *two* blank lines instead of just one, between lines of constant y. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |