Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > b38d2da330d1936e5ab1307c039c4941 > files > 474

octave-doc-3.6.4-3.mga4.noarch.rpm

<html lang="en">
<head>
<title>Stem Series - GNU Octave</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Octave">
<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="Stair-Group.html#Stair-Group" title="Stair Group">
<link rel="next" href="Surface-Group.html#Surface-Group" title="Surface Group">
<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="Stem-Series"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Surface-Group.html#Surface-Group">Surface Group</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Stair-Group.html#Stair-Group">Stair Group</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="Object-Groups.html#Object-Groups">Object Groups</a>
<hr>
</div>

<h5 class="subsubsection">15.4.6.10 Stem Series</h5>

<p><a name="index-series-objects-1587"></a><a name="index-stem-series-1588"></a>
Stem series objects are created by the <code>stem</code> or <code>stem3</code>
functions.  Each <code>hggroup</code> element contains a single line object
as a child representing the stems.  The properties of the stem series
are

     <dl>
<dt><code>showbaseline</code><dt><code>baseline</code><dt><code>basevalue</code><dd>The property <code>showbaseline</code> flags whether the baseline of the
stem series is displayed (default is "on").  The handle of the graphics
object representing the baseline is given by the <code>baseline</code>
property and the y-value (or z-value for <code>stem3</code>) of the baseline
by the <code>basevalue</code> property.

     <p>Changes to any of these property are propagated to the other members of
the stem series and to the baseline itself.  Equally changes in the
properties of the base line itself are propagated to the members of the
corresponding stem series.

     <br><dt><code>color</code><dd>The RGB color or color name of the line objects of the stems.  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 stems.  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 stems.  See <a href="Colors.html#Colors">Colors</a>.

     <br><dt><code>xdata</code><dt><code>ydata</code><dt><code>zdata</code><dd>The original x, y and z data of the stems.

     <br><dt><code>xdatasource</code><dt><code>ydatasource</code><dt><code>zdatasource</code><dd>Data source variables. 
</dl>

   </body></html>