From 20a52a510171142bb57b0b622db7bed353380f3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Tue, 20 Jan 2004 07:36:28 +0000 Subject: [PATCH] minor corrections git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1274 069f4177-920e-0410-937b-c2a4a81bcd90 --- manual/graph.tex | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/manual/graph.tex b/manual/graph.tex index 832e2e5b..507bf602 100644 --- a/manual/graph.tex +++ b/manual/graph.tex @@ -470,7 +470,7 @@ features. The standard \verb|linkaxis| can be used for a \verb|linaxis| or \verb|logaxis|, other axes might have different \verb|linkaxis| -classes, {\it e.g. \verb|linksplitaxis| and \verb|linkbaraxis|}. +classes, \emph{e.g. \texttt{linksplitaxis} and \texttt{linkbaraxis}}. While those linked axes might be used by graphs to plot the same axis at both sides of the graph (when appropriate), every axis has a \verb|createlinkaxis| method, which returns a standard linked axis. @@ -934,16 +934,13 @@ having the following methods: \begin{tabularx}{\linewidth}{l>{\raggedright\arraybackslash}X} method name&description\\ \hline -\texttt{basepath(x1=None, x2=None)}&returns the base path for the -range \texttt{x1} to \texttt{x2}, (hole range, when omitting the -parameters)\\ +\texttt{basepath(x1=None, x2=None)}&returns the base path for the range \texttt{x1} to \texttt{x2}, (hole range, when omitting the parameters)\\ \texttt{vbasepath(x1=None, x2=None)}&as above but for graph coordinates\\ \texttt{gridpath(x)}&returns the grid path\\ \texttt{vgridpath(x)}&as above but for graph coordinates\\ \texttt{tickpoint(x)}&returns the position of a tick\\ \texttt{vtickpoint(x)}&as above but for graph coordinates\\ -\texttt{tickdirection(x)}&returns the direction, a tick should be -drawn (towards inside of the graph)\\ +\texttt{tickdirection(x)}&returns the direction, a tick should be drawn (towards inside of the graph)\\ \texttt{vtickdirection(x)}&as above but for graph coordinates\\ \end{tabularx} \medskip -- 2.11.4.GIT