From 3ab87e45d63844b0dc12d231ba3f239f2d98670e Mon Sep 17 00:00:00 2001 From: Gert Ingold Date: Wed, 12 May 2004 14:06:56 +0000 Subject: [PATCH] introduced pyxversion.tex modified response concerning problem coordinates git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1741 069f4177-920e-0410-937b-c2a4a81bcd90 --- faq/pyxfaq.tex | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/faq/pyxfaq.tex b/faq/pyxfaq.tex index cad73a70..2bdc9872 100644 --- a/faq/pyxfaq.tex +++ b/faq/pyxfaq.tex @@ -11,6 +11,7 @@ }% ,colorlinks=true% ,linkcolor=blue} +\def\pyxversion{\input{pyxversion}} \begin{document} \RCS $Id$ \RCS $Revision$ @@ -19,10 +20,9 @@ \begin{center} \LARGE\sffamily Some frequently and\\ not so frequently asked questions\\ -about \PyX\footnote{This version of the FAQ is intended for use with \PyX\ -versions 0.6.1 -- 0.6.3.}\\ +about \PyX \par -{\small\sffamily (version \RCSRevision\ of \RCSDate)}\\[1truecm] +{\small\sffamily (version \pyxversion)}\\[1truecm] \large Gert-Ludwig Ingold \par \href{mailto:gert.ingold@physik.uni-augsburg.de}{\url{}} @@ -385,8 +385,7 @@ x, y = g.pos(px, py) By default, the problem coordinates will refer to the ranges of the $x$ and $y$ axes. If several axes with different ranges exist, the instances of the desired axes should be passed to the \texttt{pos} method by -means of the keyword arguments \texttt{xaxis} and \texttt{yaxis}, e.g. as -\texttt{g.pos(px,py,xaxis=x2)}. +means of the keyword arguments \texttt{xaxis} and \texttt{yaxis}. We remark that the drawing of lines parallel to one of the axes at specific problem coordinates can also be done by adapting the method described in -- 2.11.4.GIT