|
From: Miguel C. <mc...@gm...> - 2008-04-28 16:50:55
|
Solved myself the problem !!! Thank you all. Miguel Caro wrote: > > Hello Everybody, > I have a text file, gnuder1.txt, with data post in columns i.e > 1.0 2.0 3.3 > 2.0 2.2 3.4 > > I wish to plot two graphs in one. The first column is the x data, and the > other two y. > Well, i wrote these lines in GNUPLOT and got this error message who says; > " invalid character '\' ". > The program is: > > plot "gnuder3.txt" using 1:2 with lines, \ > "gnuder3.txt" using 1:3 with lines; > > any suggests? > > Miguel. > > -- View this message in context: http://www.nabble.com/don%27t-recognize-the-command-%27%5C%27-tp16943072p16943145.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |