Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 3e60ff9d4d6f58c8fbd17208f14089fa > files > 169

octave-doc-3.2.3-3mdv2010.0.i586.rpm

<html lang="en">
<head>
<title>Error bar series - Untitled</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Untitled">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Object-Groups.html#Object-Groups" title="Object Groups">
<link rel="prev" href="Contour-groups.html#Contour-groups" title="Contour groups">
<link rel="next" href="Line-series.html#Line-series" title="Line series">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
  pre.display { font-family:inherit }
  pre.format  { font-family:inherit }
  pre.smalldisplay { font-family:inherit; font-size:smaller }
  pre.smallformat  { font-family:inherit; font-size:smaller }
  pre.smallexample { font-size:smaller }
  pre.smalllisp    { font-size:smaller }
  span.sc    { font-variant:small-caps }
  span.roman { font-family:serif; font-weight:normal; } 
  span.sansserif { font-family:sans-serif; font-weight:normal; } 
--></style>
</head>
<body>
<div class="node">
<a name="Error-bar-series"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Line-series.html#Line-series">Line series</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Contour-groups.html#Contour-groups">Contour groups</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Object-Groups.html#Object-Groups">Object Groups</a>
<hr>
</div>

<h5 class="subsubsection">15.2.8.5 Error bar series</h5>

<p><a name="index-series-objects-1238"></a><a name="index-error-bar-series-1239"></a>
Error bar series are created by the <code>errorbar</code> function.  Each
<code>hggroup</code> element contains two line objects representing the data and
the errorbars separately.  The properties of the error bar series are

     <dl>
<dt><code>color</code><dd>The RGB color or color name of the line objects of the error bars.  See <a href="Colors.html#Colors">Colors</a>.

     <br><dt><code>linewidth</code><dt><code>linestyle</code><dd>The line width and style of the line objects of the error bars.  See <a href="Line-Styles.html#Line-Styles">Line Styles</a>.

     <br><dt><code>marker</code><dt><code>markeredgecolor</code><dt><code>markerfacecolor</code><dt><code>markersize</code><dd>The line and fill color of the markers on the error bars.  See <a href="Colors.html#Colors">Colors</a>.

     <br><dt><code>xdata</code><dt><code>ydata</code><dt><code>ldata</code><dt><code>udata</code><dt><code>xldata</code><dt><code>xudata</code><dd>The original x, y, l, u, xl, xu data of the error bars.

     <br><dt><code>xdatasource</code><dt><code>ydatasource</code><dt><code>ldatasource</code><dt><code>udatasource</code><dt><code>xldatasource</code><dt><code>xudatasource</code><dd>Data source variables. 
</dl>

   </body></html>