From f8854eb680ca14af241132b637f70c3aafa07a00 Mon Sep 17 00:00:00 2001 From: Gert Ingold Date: Tue, 17 Feb 2004 12:37:35 +0000 Subject: [PATCH] updated answer on tick increments corrected answer on choosing symbols display version information git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1333 069f4177-920e-0410-937b-c2a4a81bcd90 --- faq/pyxfaq.tex | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/faq/pyxfaq.tex b/faq/pyxfaq.tex index 5dca5c13..6abceccf 100644 --- a/faq/pyxfaq.tex +++ b/faq/pyxfaq.tex @@ -13,13 +13,15 @@ ,linkcolor=blue} \begin{document} \RCS $Id$ +\RCS $Revision$ +\RCS $Date$ \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\ version 0.5.1.}\\ \par -{\small\sffamily (\today)}\\[1truecm] +{\small\sffamily (version \RCSRevision\ of \RCSDate)}\\[1truecm] \large Gert-Ludwig Ingold \par \href{mailto:gert.ingold@physik.uni-augsburg.de}{\url{}} @@ -354,7 +356,7 @@ that?} \subsection{Axis properties} -\question{a}{How do I specify the tick increment?} +\question{a}{How do I specify the tick increment? \changed} {} {In the partition of a linear axis, the increments associated with ticks, subticks etc.\ can be specified as argument of \texttt{linpart}. In the @@ -363,7 +365,7 @@ be drawn at all integers: \begin{progcode} tg = graph.graphxy(width=10,\\ ~~~~~~~~~~~~~~~~~~~x=graph.linaxis(min=1, max=10,\\ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~part=graph.linpart(tickdist=[2,1]))\\ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~parter=graph.linparter(tickdist=[2,1]))\\ ~~~~~~~~~~~~~~~~~~~) \end{progcode} } @@ -397,7 +399,7 @@ in the graph are defined by calling \texttt{g.plot} like in the following example in which filled circles are requested: \begin{progcode} g.plot(graph.data("test.dat"),\\ -~~~~~~~graph.symbol(graph.symbol.circle, symbolattrs=[deco.filled]\\ +~~~~~~~graph.symbol(graph.symbol.circle, symbolattrs=[deco.filled])\\ ~~~~~~~) \end{progcode} } -- 2.11.4.GIT