Sophie

Sophie

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

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

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

<p><a name="index-group-objects-1242"></a><a name="index-quiver-group-1243"></a>
Quiver series objects are created by the <code>quiver</code> or <code>quiver3</code>
functions.  Each <code>hggroup</code> element of the series contains three line
objects as children representing the body and head of the arrow,
together with a marker as the point of original of the arrows.  The
properties of the quiver series are

     <dl>
<dt><code>autoscale</code><dt><code>autoscalefactor</code><dd>Flag whether the length of the arrows is scaled or defined directly from
the <var>u</var>, <var>v</var> and <var>w</var> data.  If the arrow length is flagged
as being scaled by the <code>autoscale</code> property, then the length of the
autoscaled arrow is controlled by the <code>autoscalefactor</code>.

     <br><dt><code>maxheadsize</code><dd>This property controls the size of the head of the arrows in the quiver
series.  The default value is 0.2.

     <br><dt><code>showarrowhead</code><dd>Flag whether the arrow heads are displayed in the quiver plot.

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

     <br><dt><code>marker</code><dt><code>markerfacecolor</code><dt><code>markersize</code><dd>The line and fill color of the marker objects at the original of the
arrows.  See <a href="Colors.html#Colors">Colors</a>.

     <br><dt><code>xdata</code><dt><code>ydata</code><dt><code>zdata</code><dd>The origins of the values of the vector field.

     <br><dt><code>udata</code><dt><code>vdata</code><dt><code>wdata</code><dd>The values of the vector field to plot.

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

   </body></html>