123, -987654321
112, -998765432
113, -999876543
Using gnuplot 42 I enter the following command:
plot '/filename.dat/
result is bad data line 1. There are no comment in the data file just
two columns of data values.
What is happening and how do I resolve.
Thanks,
Either get rid of the commas in your data file, or
tell gnuplot
set datafile separator ","
--
Ethan A Merritt