|
From: Ethan A M. <EAM...@gm...> - 2013-04-12 15:13:08
|
On Friday, 12 April 2013, howudodat wrote: > I have used the following commands ( I didn't use the autotitle because the > first row doesn't actually exist in the data file): > gnuplot> set datafile separator "," > gnuplot> set grid x y z > gnuplot> set hidden3d > gnuplot> splot for [sec=1:600] 1:(sec):(column(sec+1)) 'wf.csv' with impulse > lc palette > Warning: empty z range [1:1], adjusting to [0.99:1.01] > > > gnuplot> splot for [sec=1:600] 1:(sec):(column(sec+1)) 'wf.csv' with impulse > lc palette > ^ > ';' expected Sorry, sorry. I don't know what I was thinking of. Here it is again, tested on some actual data this time: splot for [sec=1:600] 'wf.csv' using 1:(sec):(column(sec+1)) with impulse lc palette Ethan -- Tradition is not the worship of ashes, but the preservation of fire. - Gustav Mahler |