Hi,
I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file
ecut.txt which looks like
#Ecut Length Atomisation Energy
10 0.805312626 0.165625435
15 0.794875914 0.171276982
20 0.782939689 0.173722651
25 0.775818652 0.174689776
30 0.772 0.175219486
35 0.772614854 0.175525673
40 0.772084357 0.175793694
45 0.771989336 0.176002384
50 0.771522545 0.176162818
with the command (e.g)
plot 'ecut.txt' using 1:2
and get the response
warning: Skipping unreadable file "ecut.txt"
No data in plot
What am I doing wrong?
Cheers.
|
|
0
|
|
|
|
Reply
|
fantispug (1)
|
3/18/2010 3:49:09 AM |
|
On Mar 18, 8:49=A0am, fantispug <fantis...@gmail.com> wrote:
> Hi,
>
> I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file
> What am I doing wrong?
>
> Cheers.
i simply copy pasted the data you provided and found no problems at
all ... perhaps u should provide the exact file you r trying to
plot ... r u using gnuplot for the first time or has this happened
before ?
|
|
0
|
|
|
|
Reply
|
Awhan
|
3/18/2010 10:46:16 AM
|
|
fantispug wrote:
> plot 'ecut.txt' using 1:2
> and get the response
> warning: Skipping unreadable file "ecut.txt"
> No data in plot
>
> What am I doing wrong?
The error message is really quite clear, isn't it? Gnuplot could not
read the file. Likely as not, that's because whatever program created
the file doesn't allow other programs to open it (yet), or you're simply
running gnuplot from a directory other than the one that file is in.
|
|
0
|
|
|
|
Reply
|
ISO
|
3/18/2010 8:26:59 PM
|
|
On 2010-03-17 23:49:09 -0400, fantispug said:
> Hi,
>
> I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file
> ecut.txt which looks like
> #Ecut Length Atomisation Energy
> 10 0.805312626 0.165625435
> 15 0.794875914 0.171276982
> 20 0.782939689 0.173722651
> 25 0.775818652 0.174689776
> 30 0.772 0.175219486
> 35 0.772614854 0.175525673
> 40 0.772084357 0.175793694
> 45 0.771989336 0.176002384
> 50 0.771522545 0.176162818
>
> with the command (e.g)
> plot 'ecut.txt' using 1:2
> and get the response
> warning: Skipping unreadable file "ecut.txt"
> No data in plot
>
> What am I doing wrong?
>
> Cheers.
Hi!
Or - in addition to what Hans-Bernhard Br�ker wrote: You might simply
have forgotten the ".txt" at the end of the file name... I am also
working on OS X - and whenever that error appears, I have - by some
misclicking in the editor's save-dialog - overridden the file extension
- and OS X won't save it, if You don't ask it to do... I would check
for that, it is most probably the case... (if You haven't already...).
Best,
Bj�rn
|
|
0
|
|
|
|
Reply
|
bbcda
|
3/19/2010 4:18:15 AM
|
|
Hey I to support 'bbcda's' point. U might be skipping the extension of
the file.
On Mar 19, 5:18=A0am, bbcda <offi...@eml.bbcda.de> wrote:
> On 2010-03-17 23:49:09 -0400, fantispug said:
>
>
>
> > Hi,
>
> > I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file
> > ecut.txt which looks like
> > #Ecut =A0 =A0 =A0 =A0 =A0 =A0 =A0Length =A0 =A0 =A0 =A0 =A0Atomisation =
Energy
> > 10 =A0 =A0 =A0 =A0 0.805312626 =A0 =A0 =A0 =A0 =A0 =A0 0.165625435
> > 15 =A0 =A0 =A0 =A0 0.794875914 =A0 =A0 =A0 =A0 =A0 =A0 0.171276982
> > 20 =A0 =A0 =A0 =A0 0.782939689 =A0 =A0 =A0 =A0 =A0 =A0 0.173722651
> > 25 =A0 =A0 =A0 =A0 0.775818652 =A0 =A0 =A0 =A0 =A0 =A0 0.174689776
> > 30 =A0 =A0 =A0 =A0 0.772 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 0.17521948=
6
> > 35 =A0 =A0 =A0 =A0 0.772614854 =A0 =A0 =A0 =A0 =A0 =A0 0.175525673
> > 40 =A0 =A0 =A0 =A0 0.772084357 =A0 =A0 =A0 =A0 =A0 =A0 0.175793694
> > 45 =A0 =A0 =A0 =A0 0.771989336 =A0 =A0 =A0 =A0 =A0 =A0 0.176002384
> > 50 =A0 =A0 =A0 =A0 0.771522545 =A0 =A0 =A0 =A0 =A0 =A0 0.176162818
>
> > with the command (e.g)
> > plot 'ecut.txt' using 1:2
> > and get the response
> > =A0 =A0 =A0 =A0 =A0warning: Skipping unreadable file "ecut.txt"
> > =A0 =A0 =A0 =A0 =A0No data in plot
>
> > What am I doing wrong?
>
> > Cheers.
>
> Hi!
>
> Or - in addition to what Hans-Bernhard Br=F6ker wrote: You might simply
> have forgotten the ".txt" at the end of the file name... I am also
> working on OS X - and whenever that error appears, I have - by some
> misclicking in the editor's save-dialog - overridden the file extension
> - and OS X won't save it, if You don't ask it to do... I would check
> for that, it is most probably the case... (if You haven't already...).
>
> Best,
> Bj=F6rn
|
|
0
|
|
|
|
Reply
|
praveen
|
3/19/2010 9:41:07 AM
|
|
|
4 Replies
1339 Views
(page loaded in 0.066 seconds)
Similiar Articles: Plotting data from a file - comp.graphics.apps.gnuplotHi, I'm using gnuplot 4.4.0 on OS X 10.6.2 and am trying to plot the file ecut.txt which looks like #Ecut Length Atomisation Energy 10 0.8053... How to plot data from a csv file in matlab? - comp.soft-sys.matlab ...How to plot data from a csv file in matlab. The first 3 rows conssit of alphabetic text , However, the the 4th row to 2000th row has 2 colums having ... Plot xyz surface data from matrix or file - comp.soft-sys.matlab ...Hello. How can I do surface plot of xyz existent data in a matrix (column 1 = x, column 2 = y, column 3 = z)? I don't want calculate anything, s... selecting specific rows of a data file for a 2D plot - comp.soft ...Hi Everyone, I have an input text data file consisting of two columns and about 5000 rows. I would like to plot a (x-y) graph of only the data in ... import txt data and plot fft - comp.soft-sys.matlabHie all, if i had data in text file like this below, data.txt Format=Ascii Systeme=Windows XDebut=0 Donnees= 0.00019319681 7.2861811e-005 0.... load multiple files - comp.soft-sys.matlabHow to plot data from a csv file in matlab? - comp.soft-sys.matlab ... How to plot data from a csv file in matlab? - comp.soft-sys.matlab ... Loading, pre-processing and ... export data to notepad file - comp.soft-sys.matlabHow to import a .xlsx file over 256 columns? - comp.soft-sys.sas ... import txt data and plot fft - comp.soft-sys.matlab export data to notepad file - comp.soft-sys.matlab ... Re: 3D graphing from text file? - comp.soft-sys.math.mathematica ...Plotting data from a file - comp.graphics.apps.gnuplot... allow other programs to open it (yet), or you're ... I would like to plot a (x-y) graph of only the data in ... Plotting Matlab figures on the Server - comp.soft-sys.matlab ...Hi, I have written a Matlab code which takes the data from a huge text file and plots all the parameters with respect to time. I have created an exe ... Plotting XY-data over time - comp.graphics.apps.gnuplotTo me, it seems that what you want to have is a waterfall plot. If that is the case, you could do the following (the exact details might depend on how you data file is ... Loading Data into MATLAB for Plotting - TheCAT - Web Services OverviewA simple plot of data from a file. This example show you how to load a simple data set and plot it. The PDXprecip.dat file contains two columns of numbers. Plotting Numerical Data in a Data File (No.2)How do I plot several data sets in a single file ? In order to plot several data those are stored in one file, use using and index. Here, "data" means a set of XY pairs. 7/23/2012 5:13:50 AM
|