|
From: Thomas S. <t.s...@fz...> - 2010-02-10 09:41:20
|
sorry, i didn't took into account that there are backslashes in the path, try plot 'C:\Users\nimda\Desktop\tri.txt' shasa wrote: > > i wrote that but i still have another error , the message after typing > that is: > > plot "C:\Users\nimda\Desktop\tri.txt" > warning: Skipping unreadable file "C:Users > imdaDesktop ri.txt" > No data in plot > ! > > > > > > Thomas Sefzick wrote: >> >> it seems that you tried to feed the data into into gnuplot >> directly, without any 'plot' command. >> >> start gnuplot and at the gnuplot prompt type >> plot "C:\Users\nimda\Desktop\tri.txt" >> >> >> shasa wrote: >>> >>> i am goining to plot a two column of vertical data as X and Y axis but >>> after loading the data file i have this error: >>> gnuplot> 260 150 >>> ^ >>> "C:\Users\nimda\Desktop\tri.txt", line 1: invalid command >>> the data file is about 10000 ,that are like this: >>> 260 150 >>> 129 374 >>> 323 336 >>> 160 167 >>> 79 382 >>> 299 341 >>> 149 470 >>> ... >>> would you plaase help me to correct this error! >>> thanks alot >>> ShaSa >>> >> >> > > -- View this message in context: http://old.nabble.com/ploting-two-vertical-column-tp27526334p27527109.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |