|
From: rhubbell <rhu...@ih...> - 2008-11-19 03:45:26
|
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 |