[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnuplot-info
Subject:    Re: [Gnuplot-info] Help with xyerrorbars
From:       Thomas Sefzick <t.sefzick () fz-juelich ! de>
Date:       2009-10-26 16:13:26
Message-ID: 26062409.post () talk ! nabble ! com
[Download RAW message or body]


this can not work, because in gnuplot the contents of one record in the
file are separated by whitespace (=one or more blanks or tabs)
this means starting from the 3rd record your data file contains
only 5 values per record:
<pre>
0.046	4.74	0.0901	0.45	0	0.01	0.01
0.086	4.74	0.0762	0	0.225	0.05	0.001
0.129	4.74	0.0586			0.002	0.001
0.146	4.74	0.0511			0.05	0.001
</pre>

set datafile missing "?"
and produce a new data file with this missing character
at the place of a missing values:
<pre>
0.046	4.74	0.0901	0.45	0	0.01	0.01
0.086	4.74	0.0762	0	0.225	0.05	0.001
0.129	4.74	0.0586	?	?	0.002	0.001
0.146	4.74	0.0511	?	?	0.05	0.001
</pre>

or,
set datafile separator "\t"
this should work because the values in your file are separated by
tab characters.


Noora wrote:
> 
> sorry to clutter everyone's inbox, but here's the .txt file, which 
> contains the first set of my data
>  uploaded http://www.nabble.com/file/p26061524/pH1.txt pH1.txt 
> 
> The columns for the error bars are the sixth and seventh column. 
> 
> In addition, I am unable to access the gnuplot help, because my system
> will not allow it, so
> please forgive me if I'm asking something that is thoroughly covered in
> the help section. 
> 

-- 
View this message in context: http://www.nabble.com/Help-with-xyerrorbars-tp26051683p26062409.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuplot-info
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic