Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > a3a677d80d3c0f62bd8cfbb738fb1e85 > files > 359

octave-doc-3.2.4-1mdv2010.1.x86_64.rpm

<html lang="en">
<head>
<title>Scatter group - 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="Quiver-group.html#Quiver-group" title="Quiver group">
<link rel="next" href="Stair-group.html#Stair-group" title="Stair 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="Scatter-group"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="Stair-group.html#Stair-group">Stair group</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="Quiver-group.html#Quiver-group">Quiver group</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.8 Scatter group</h5>

<p><a name="index-group-objects-1244"></a><a name="index-scatter-group-1245"></a>
Scatter series objects are created by the <code>scatter</code> or <code>scatter3</code>
functions.  A single hggroup element contains as many children as there are
points in the scatter plot, with each child representing one of the points. 
The properties of the stem series are

     <dl>
<dt><code>linewidth</code><dd>The line width of the line objects of the points.  See <a href="Line-Styles.html#Line-Styles">Line Styles</a>.

     <br><dt><code>marker</code><dt><code>markeredgecolor</code><dt><code>markerfacecolor</code><dd>The line and fill color of the markers of the points.  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>cdata</code><dd>The color data for the points of the plot.  Each point can have a separate
color, or a unique color can be specified.

     <br><dt><code>sizedata</code><dd>The size data for the points of the plot.  Each point can its own size or a
unique size can be specified.

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

   </body></html>