|
From: howudodat <pe...@ho...> - 2013-04-12 13:57:50
|
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
gnuplot>
and the resulting image is:
<http://gnuplot.10905.n7.nabble.com/file/n17271/chart1.png>
--
View this message in context: http://gnuplot.10905.n7.nabble.com/Waterfall-Cascade-Plot-tp17268p17271.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|