Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 591c941c2fdf0a32dc57bb5f10791cde > files > 647

gnuplot-doc-4.4.0-5.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Xyerrorlines</TITLE>
<META NAME="description" CONTENT="Xyerrorlines">
<META NAME="keywords" CONTENT="gnuplot">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gnuplot.css">

<LINK REL="next" HREF="node86.html">
<LINK REL="previous" HREF="node84.html">
<LINK REL="up" HREF="node55.html">
<LINK REL="next" HREF="node86.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1968"
  HREF="node86.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1962"
  HREF="node55.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1956"
  HREF="node84.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1964"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1966"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1969"
  HREF="node86.html">Yerrorlines</A>
<B> Up:</B> <A NAME="tex2html1963"
  HREF="node55.html">Plotting styles</A>
<B> Previous:</B> <A NAME="tex2html1957"
  HREF="node84.html">Xerrorlines</A>
 &nbsp; <B>  <A NAME="tex2html1965"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1967"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION030260000000000000000"></A>
<A NAME="commands_set_style_xyerrorlines"></A><A NAME="set_style_xyerrorlines"></A><A NAME="plotting_styles_xyerrorlines"></A><A NAME="style_xyerrorlines"></A><A NAME="xyerrorlines"></A><A NAME="2037"></A>
<BR>
Xyerrorlines
</H1>
The <B>xyerrorlines</B> style is only relevant to 2D data plots.
<B>xyerrorlines</B> is like <B>linespoints</B>, except that horizontal and
vertical error bars are also drawn. At each point (x,y), lines are
drawn from (x,y-ydelta) to (x,y+ydelta) and from (x-xdelta,y) to
(x+xdelta,y) or from (x,ylow) to (x,yhigh) and from (xlow,y) to
(xhigh,y), depending upon the number of data columns provided. A tic
mark is placed at the ends of the error bar (unless <B>set bars</B> is
used -- see <B>set bars (p.&nbsp;<A HREF="node181.html#set_bars"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="2043"></A></B> for details).  Either 4 or 6 input columns are required.

<P>
<BR>
<PRE>
    4 columns:  x  y  xdelta  ydelta
    6 columns:  x  y  xlow  xhigh  ylow  yhigh
</PRE>
<BR>

<P>
If data are provided in an unsupported mixed form, the <B>using</B> filter on the
<B>plot</B> command should be used to set up the appropriate form.  For example,
if the data are of the form (x,y,xdelta,ylow,yhigh), then you can use

<P>
<BR>
<PRE>
     plot 'data' using 1:2:($1-$3):($1+$3):4:5 with xyerrorlines
</PRE>
<BR>
<BR><HR>
<ADDRESS>

2010-08-17
</ADDRESS>
</BODY>
</HTML>