changeset 8261:4eb77147834d

Opps in plot.txi
author David Bateman <dbateman@free.fr>
date Wed, 22 Oct 2008 17:14:10 +0100
parents a7b83ced7a7a
children c44db9bad841
files doc/interpreter/plot.txi
diffstat 1 files changed, 0 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/plot.txi	Wed Oct 22 13:10:52 2008 +0100
+++ b/doc/interpreter/plot.txi	Wed Oct 22 17:14:10 2008 +0100
@@ -1744,45 +1744,6 @@
 Data source variables.
 @end table
 
-@node Surface group
-@subsubsection Surface group
-@cindex group objects
-@cindex surface group
-
-Surface group objects are created by the @code{surf} or @code{mesh}
-functions, but are equally one of the handles returned by the @code{surfc}
-or @code{meshc} functions. The surface group is of the type @code{surface}.
-
-The properties of the surface group are
-
-@table @code
-@item edgecolor
-@item facecolor
-The RGB color or color name of the edges or faces of the surface. @xref{Colors}.
-
-@item linewidth
-@itemx linestyle
-The line width and style of the lines on the surface. @xref{Line Styles}.
-
-@item marker
-@itemx markeredgecolor
-@itemx markerfacecolor
-@itemx markersize
-The line and fill color of the markers on the surface. @xref{Colors}.
-
-@item xdata
-@itemx ydata
-@itemx zdata
-@item cdata
-The original x, y, z and c data.
-
-@item xdatasource
-@itemx ydatasource
-@itemx zdatasource
-@itemx cdatasource
-Data source variables.
-@end table
-
 @node Line series
 @subsubsection Line series
 @cindex series objects