|
From: <br...@ph...> - 2006-08-04 17:33:03
|
horatiu wrote: > set datafile separator "," > plot "CV.dat" index 2:3 You almost certainly don't want to use the "index" option here. Read the docs again, especially "help plot datafile" and "help using", which the former points to. > but it gives me error And what error might that be? |