|
From: Theo <th...@gm...> - 2013-10-30 21:07:07
|
your data looks a bit distorted (return/newlines), maybe it's because of the mail program. If I correct this and apply all your settings and plot 'Data.csv' u 1:4 every ::6 with gnuplot 4.6.3 I do not have problems. Do you get error messages? What is actually plotted? Maybe try first simpler data to find out what's going wrong. Theo. Can you plot e.g. this? "blabla1" "blabla2" "blabla3" "blabla4" "blabla5" "blabla6" 30-10 11:19:40,1.0,2.0,3.0 30-10 11:19:41,1.1,2.1,3.1 30-10 11:19:42,1.2,2.2,3.2 30-10 11:19:43,1.3,2.3,3.3 30-10 11:19:44,1.4,2.4,3.4 |