From c8b47fedf952829911d3c4ceda8780af37d2e1d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Mon, 22 May 2006 09:46:04 +0000 Subject: [PATCH] be more precise about the axes instances to be used in the pos method of a graph git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2769 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/graph.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/graph.tex b/manual/graph.tex index b5340d51..1ad75aa5 100644 --- a/manual/graph.tex +++ b/manual/graph.tex @@ -250,8 +250,8 @@ The graph provides some methods to access its geometry: \begin{methoddesc}{pos}{x, y, xaxis=None, yaxis=None} Returns the given point at \var{x} and \var{y} as a tuple \code{(xpos, ypos)} at the graph canvas. \var{x} and \var{y} are - axis data values for the two axes \var{xaxis} and \var{yaxis}. When - \var{xaxis} or \var{yaxis} are \code{None}, the axes with names + anchoredaxis instances for the two axes \var{xaxis} and \var{yaxis}. + When \var{xaxis} or \var{yaxis} are \code{None}, the axes with names \code{x} and \code{y} are used. This method fails if called before \method{dolayout()}. \end{methoddesc} -- 2.11.4.GIT