Sophie

Sophie

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

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>Boxerrorbars</TITLE>
<META NAME="description" CONTENT="Boxerrorbars">
<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="node57.html">
<LINK REL="previous" HREF="node55.html">
<LINK REL="up" HREF="node55.html">
<LINK REL="next" HREF="node57.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1562"
  HREF="node57.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1556"
  HREF="node55.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1550"
  HREF="node55.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1558"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1560"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1563"
  HREF="node57.html">Boxes</A>
<B> Up:</B> <A NAME="tex2html1557"
  HREF="node55.html">Plotting styles</A>
<B> Previous:</B> <A NAME="tex2html1551"
  HREF="node55.html">Plotting styles</A>
 &nbsp; <B>  <A NAME="tex2html1559"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1561"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION03010000000000000000"></A>
<A NAME="commands_set_style_boxerrorbars"></A><A NAME="set_style_boxerrorbars"></A><A NAME="plotting_styles_boxerrorbars"></A><A NAME="style_boxerrorbars"></A><A NAME="boxerrorbars"></A><A NAME="1497"></A>
<BR>
Boxerrorbars
</H1>
The <B>boxerrorbars</B> style is only relevant to 2D data plotting.  It is a
combination of the <B>boxes</B> and <B>yerrorbars</B> styles.  It uses 3, 4, or 5
columns of data:

<P>
<BR>
<PRE>
    3 columns:  x  y  ydelta
    4 columns:  x  y  ydelta xdelta        # boxwidth != -2
    4 columns:  x  y  ylow  yhigh          # boxwidth == -2
    5 columns:  x  y  ylow  yhigh  xdelta
</PRE>
<BR>

<P>
The boxwidth will come from the fourth column if the y errors are given as
<TT>"</TT>ydelta<TT>"</TT> and the boxwidth was not previously set to -2.0 (<B>set boxwidth -2.0</B>)
or from the fifth column if the y errors are in the form of <TT>"</TT>ylow yhigh<TT>"</TT>.  The
special case  <B>boxwidth = -2.0</B> is for four-column data with y errors in the
form <TT>"</TT>ylow yhigh<TT>"</TT>.  In this case the boxwidth will be calculated so that each
box touches the adjacent boxes.  The width will also be calculated in cases
where three-column data are used.

<P>
The box height is determined from the y error in the same way as it is for
the <B>yerrorbars</B> style -- either from y-ydelta to y+ydelta or from ylow to
yhigh, depending on how many data columns are provided.
See also

<P>
http://www.gnuplot.info/demo/mgr.html<TT>errorbar demo.
</TT>

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1562"
  HREF="node57.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html1556"
  HREF="node55.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html1550"
  HREF="node55.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html1558"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html1560"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1563"
  HREF="node57.html">Boxes</A>
<B> Up:</B> <A NAME="tex2html1557"
  HREF="node55.html">Plotting styles</A>
<B> Previous:</B> <A NAME="tex2html1551"
  HREF="node55.html">Plotting styles</A>
 &nbsp; <B>  <A NAME="tex2html1559"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html1561"
  HREF="node467.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>

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