octave: Line Series

 
 15.4.6.6 Line Series
 ....................
 
 Line series objects are created by the ‘plot’ and ‘plot3’ functions and
 are of the type ‘line’.  The properties of the line series with the
 ability to add data sources.
 
 ‘color’
      The RGB color or color name of the line objects.  SeeColors.
 
 ‘linewidth’
 ‘linestyle’
      The line width and style of the line objects.  SeeLine Styles.
 
 ‘marker’
 ‘markeredgecolor’
 ‘markerfacecolor’
 ‘markersize’
      The line and fill color of the markers.  SeeColors.
 
 ‘xdata’
 ‘ydata’
 ‘zdata’
      The original x, y and z data.
 
 ‘xdatasource’
 ‘ydatasource’
 ‘zdatasource’
      Data source variables.