|
From: rhubbell <rhu...@ih...> - 2008-11-19 03:30:21
|
Hello all, 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: 20081110 2008111 2008111 2008111 2008111 2008111 2008111 2008111 2008111 2008111 |
|
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 |
|
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 > |
|
From: Julien D. <Jul...@da...> - 2008-11-24 15:37:45
|
Hi all! this looks like an easy question, but I couldn't find out! I want to plot with lines and with symbols at the same time. I could plot the data twice but that's not really fancy. what is the proper way to do it? thanks very much! Julien On 22-Nov-08, at 4:40 PM, rhubbell wrote: > 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 >> > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |
|
From: Thomas S. <t.s...@fz...> - 2008-11-25 10:02:43
|
plot ... with linespoints see help linespoints or http://www.gnuplot.info/docs/node145.html http://www.gnuplot.info/docs/node255.html > Hi all! > this looks like an easy question, but I couldn't find out! > I want to plot with lines and with symbols at the same time. -- View this message in context: http://www.nabble.com/trying-to-sort-out-splot-tp20573218p20678187.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |