|
From: Gopesh P. <gop...@ya...> - 2007-11-16 10:29:41
|
Dear all,
I am having some problems in plotting a .csv file in Gnuplot. My data is
organized in columns in a .csv file. But when I try to plot it gives me this
error : "no data point found in specified file". But the same data I can
plot with .txt file.
I write these simple commands in gnuplot:
set title "My first graph"
set xlabel "Pixel"
set ylabel "Dens Value"
plot "C:\\Documents and Settings\\ZG091G1\\Desktop\\DataTable.csv" using 1:2
with lines,\
"C:\\Documents and Settings\\ZG091G1\\Desktop\\DataTable.csv" using 1:5
with lines
I found somewhere in internet that its possible to open .csv files by
gnuplot. But dint work for me. Also I want to ask how to generate a .dat
file ?
Thanks a lot in advance.
Gopesh
--
View this message in context: http://www.nabble.com/How-to-plot-data-from-.csv-file-in-Gnuplot---tf4820371.html#a13790719
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|