Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1183
| From | Gudrun <bestenborstel@gmail.com> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Data is not read in |
| Date | 2012-06-07 14:21 +0200 |
| Organization | albasani.net |
| Message-ID | <jqq6cq$r47$1@news.albasani.net> (permalink) |
Dear all,
I have an .dat file with
#q Intensity [a.u.]
0.1124360000 0.00231160000
0.1256640000 0.00254000000
0.1388920000 0.00251470000
0.1521200000 0.00253281000
0.1653470000 0.00251670000
0.1785750000 0.00243807000
It is tab separated and the CR is the line ending.
Gnuplot does not want to read it in.
It tells me
^
warning: Skipping data file with no valid points
^
all points y value undefined!
But it is a normal Ascii-file.
Although in my path is a space, I thought by doing
cd "Path/to\ the/right_folder" that should not be a problem.
When I try during the script run, I am in the right folder. Even if I go
there manually and say plot 'file.dat' it does not work. It claims the y
values are undefined.
What does this mean, please?
Thank you.
Kind regards
Gudrun
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Data is not read in Gudrun <bestenborstel@gmail.com> - 2012-06-07 14:21 +0200
Re: Data is not read in Gudrun <bestenborstel@gmail.com> - 2012-06-07 14:40 +0200
Re: Data is not read in Gudrun <bestenborstel@gmail.com> - 2012-06-07 15:13 +0200
Re: Data is not read in Gudrun <bestenborstel@gmail.com> - 2012-06-07 15:33 +0200
Re: Data is not read in Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-06-07 20:21 +0200
Re: Data is not read in Gudrun <bestenborstel@gmail.com> - 2012-06-20 15:09 +0200
Re: Data is not read in Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-06-21 00:02 +0200
csiph-web