|
From: rhubbell <rhu...@ih...> - 2008-11-22 20:40:24
|
Anyone want to try at this? Is it too easy? Too hard to answer? Not enough info provided? Is this the wrong group for this sort of question? If so what group is appropriate? On Tue, 2008-11-18 at 19:45 -0800, rhubbell wrote: > Hello all, > > (Trying this again....fat-fingered the previous one and sent it somehow.) > > I've found some examples that were close to what I am trying to do. > But not close enough and I'm unable to get it to work. > > > I've got data like so: > > Date 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 9:00 10:00 11:00 12:00 > 20081110 5 3 4 5 5 3 4 5 5 3 4 5 > 20081111 6 3 4 5 7 3 4 7 3 4 7 3 > 20081112 7 3 4 3 4 5 5 3 6 3 4 5 > > I want to use time on the x-axis and date on the y-axis > > It's not clear to me how to get the row and column headings. > > > I would be glad to be able to do something like this: > > http://gnuplot.sourceforge.net/demo_4.2/surface1.16.png > > > http://gnuplot.sourceforge.net/demo_4.2/surface1.16.gnu > > http://gnuplot.sourceforge.net/demo_4.2/surface1.17.gnu > |