| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 
 | <html lang="en">
<head>
<title>Line 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="Error-Bar-Series.html#Error-Bar-Series" title="Error Bar Series">
<link rel="next" href="Quiver-Group.html#Quiver-Group" title="Quiver 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="Line-Series"></a>
<p>
Next: <a rel="next" accesskey="n" href="Quiver-Group.html#Quiver-Group">Quiver Group</a>,
Previous: <a rel="previous" accesskey="p" href="Error-Bar-Series.html#Error-Bar-Series">Error Bar Series</a>,
Up: <a rel="up" accesskey="u" href="Object-Groups.html#Object-Groups">Object Groups</a>
<hr>
</div>
<h5 class="subsubsection">15.4.6.6 Line Series</h5>
<p><a name="index-series-objects-1579"></a><a name="index-line-series-1580"></a>
Line series objects are created by the <code>plot</code>  and <code>plot3</code>
functions and are of the type <code>line</code>.  The properties of the
line series with the ability to add data sources.
     <dl>
<dt><code>color</code><dd>The RGB color or color name of the line objects.  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.  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.  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.
     <br><dt><code>xdatasource</code><dt><code>ydatasource</code><dt><code>zdatasource</code><dd>Data source variables. 
</dl>
   </body></html>
 |