Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Gnuplot interactive function plotter > Problem with fi...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 3405 of 3637
Post > Topic >>

Problem with first row of data file

by =?UTF-8?B?SmFuLVRob21hcyBLw7xobmVydA==?= <jthkue@[EMAIL PROTECTED] > Jul 17, 2008 at 05:05 AM

Hello

I'm try to plot this date file

--- mw_1200.txt -----------------------------------------
1	117	27.293162	12.6	140	21.109545
2	88	22.552273	11.6	264	27.590561
3	49	44.189796	15.4	143	27.681057
4	63	37.236508	16.1	131	24.638105
5	57	41.482456	15.1	127	26.140958
6	90	37.701111	13.6	147	29.219328
7	98	70.360204	13.8	325	68.724176
8	142	45.952113	12.7	222	38.737701
9	110	35.848182	14.2	160	23.826713
10	109	47.114679	15.9	187	32.964770
11	113	71.603540	17.5	270	45.168581
12	114	45.251754	14.4	215	33.383349
13	127	34.366142	11.8	211	29.506696
14	124	41.467742	14.9	268	34.128479
15	115	38.789565	13.5	158	29.953360
16	113	32.623009	11.7	195	28.104099
17	102	36.656863	11.2	132	27.455828
18	124	32.963710	13.4	93	17.697592
19	104	27.556731	10.8	189	24.465084
20	100	35.075000	12.2	212	27.659157
21	106	41.267925	11.8	185	40.817012
22	79	42.332911	13	210	36.088018
23	96	72.911458	12	290	62.471138
24	37	52.021622	13.1	141	36.058403
25	36	48.133333	14.2	157	35.108395
26	83	93.495181	19.2	472	83.209988
27	84	71.720238	14.4	277	68.117250

The problem: The first row will be ignored. And I have no idea why...

The plot file is the following:

--- mw_1200.plt ------------------------------------------------------
set terminal postscript enhanced color solid "Helvetica" 14
set encoding iso_8859_1
set size square

set output "muster_12002.eps"

set key outside right top vertical Left reverse invert enhanced samplen 
4 spacing 1 width 0 height 0 autotitles columnhead

f(x)=50

set style line 1 lt 1 lw 2
set style line 2 lt 1 lw 2
set style line 7 lt 1 lw 2

set xtics 1,1,10

set arrow from graph 0, 50 to graph 1, 50 nohead back ls 7

plot [0:30][0:*] 'mw_1200.txt' u 1:3:4:5 notitle w yerrorbars 7,\
'mw_1200.txt' u 1:3 title "Mittelwert" w p 7 ps 2,\
f(x) title "Ausschlußgrenze" w l 1

I'm using gnuplot version 4.3 patchlevel 0.

Thanks in advance,
Thomas
 




 3 Posts in Topic:
Problem with first row of data file
=?UTF-8?B?SmFuLVRob21hcyB  2008-07-17 05:05:01 
Re: Problem with first row of data file
merritt@[EMAIL PROTECTED]  2008-07-16 22:04:00 
Re: Problem with first row of data file
=?ISO-8859-15?Q?Jan-Thoma  2008-07-17 07:37:57 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Dec 5 6:05:38 CST 2008.