|
From: felipe r. <fel...@gm...> - 2011-05-28 10:46:56
|
Hi everybody, I'm try plot file data from gnuplot in Windows Seven, but, if
I have a file of data in same folder of gnuplot I haven't problem. But, if I
like plot file in the other folder I have a problem because I get
the following message:
*>load('cargasdistribuidas.gnu') *
*"cargasdistribuidas.gnu",line 6:warning:Skipping unreadable flie
"C:Placasmalla.dat"*
*"cargasdistribuidas.gnu",line 6:warning:Skipping unreadable flie
"C:Placascargasdistribuidas.dat"*
*"cargasdistribuidas.gnu",line 6:No data in plot*
The file cargasdistribuidas.gnu is:
*set yrange[] reverse*
*set title "Cargas distribuidas"
set nokey*
*plot "C:\Placas\malla.dat","C:\Placas\cargasdistribuidas.dat" lt -1
pause mouse*
I tried to change the path to C:\Users\FELIPE\Desktop instead of C:\Placas
but don't work, but if I change the line:
*plot "malla.dat","cargasdistribuidas.dat" lt -1*
And, I put the gnuplot.exe in the same folder of malla.dat and
cargasdistribuidas.dat don't problem!
Any Idea?
Thanks and Regards
--
----------------------------------------------------------
FELIPE RODRÍGUEZ FONTE
ESTUDIANTE DE ING.INDUSTRIAL
UNIVERSIDAD DE LAS PALMAS DE G.C
fel...@gm...
|