Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Gnuplot interactive function plotter > Time Date 3D gr...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 3381 of 3546
Post > Topic >>

Time Date 3D graph

by Gerd Diesner <gd@[EMAIL PROTECTED] > Jun 25, 2008 at 10:36 AM

Hallo,

I am starting with gnuplot (Version 4.2 patchlevel 0) and I am trying to
plot my datafile (Date, Time and Temperature). 


My datafile (temp.log) look like this:

06/03/08 22:45:01  28.0
06/03/08 23:15:01  27.9
06/03/08 23:45:01  28.0
06/04/08 00:15:01  28.2
06/04/08 00:45:01  28.1
06/04/08 01:15:01  27.8


I use this commands:

set title 'Serverroom Temperature'
set xlabel 'Date'
set ylabel 'Time'
set zlabel 'Temperature' 


set xdata time
set timefmt "%m/%d/%y"
set xrange ["06/01/08":"06/30/08"]
set format x "%d"
set timefmt "%m/%d/%y %H:%M:%S"

set ydata time
set timefmt "%H:%M:%S"
set yrange ["00:00:00":"23:59:59"]
set format y "%H"
#set timefmt "%m/%d/%y %H:%M:%S"

set zrange [20:35]

splot 'temp.log' using 1:2:3 with line



Gnuplot draws on the screen the chart with the correct axis labels,
but I do not see any measurement points, no line... -- ...nothing.
It looks as if it was no measured values.

Has anyone any idea what is wrong?

Thanks in advanced

 Gerd
 




 3 Posts in Topic:
Time Date 3D graph
Gerd Diesner <gd@[EMAI  2008-06-25 10:36:51 
Re: Time Date 3D graph
Laurianne Gardeux <lg@  2008-06-25 21:29:09 
Re: Time Date 3D graph
=?ISO-8859-1?Q?Hans-Bernh  2008-06-26 00:25:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Oct 15 18:58:21 CDT 2008.