From ef8a34dc1dea97c7e1c80cf09a7e141b77b9b9fa Mon Sep 17 00:00:00 2001 From: Michael Schindler Date: Fri, 11 Jun 2004 11:45:00 +0000 Subject: [PATCH] class graph.line attribute error corrected git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1769 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/graph.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/graph.tex b/manual/graph.tex index 53af4d04..fba607c9 100644 --- a/manual/graph.tex +++ b/manual/graph.tex @@ -636,7 +636,7 @@ defined as: \class{function} and \class{paramfunction}. \end{classdesc} -\begin{classdesc}{line}{errorbarattrs=[]} +\begin{classdesc}{line}{lineattrs=[]} This class is a style to stroke lines into a graph. It is equivalent to \class{symbollines} except that it does not allow for symbols and errorbars. Thus it also does not accept data names for error bars. -- 2.11.4.GIT