|
From: shasa <sha...@gm...> - 2010-02-10 08:40:59
|
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-tp27526334p27527089.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|