|
From: Hans-Bernhard B. <br...@ph...> - 2004-09-26 16:46:35
|
On Sat, 25 Sep 2004 ta...@ic... wrote: > I need to plot a data file like this: > > 9508 3 > 9512 2 > 9601 5 > 9605 5 > 9608 3 > 9610 4 > 9701 3 > 9705 3 > 9708 5 > 9710 3 > > The first column is actually the month and the second column is some data. Actually, from the way you describe you want the plot to look, that's not actually a month (or, for that matter, any kind of numerical data) at all, but just an arbitrary label for the data point. Gnuplot doesn't do such plots in any version up to the release 4.0. You'll need the CVS version for that, or roll your own script to turn these "non-data" into labels for a data x axis. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |