From 5568e835108a3a0bf8dc977904047ae63c759c1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Fri, 16 May 2008 09:26:13 +0000 Subject: [PATCH] some updates to the docu git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2989 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 4 ++-- manual/graph.tex | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index c8bd09ca..cb6992de 100644 --- a/CHANGES +++ b/CHANGES @@ -108,9 +108,9 @@ TODO: - graph modules: - graphxyz: fix position of z4 axis - fallbackrange for axes with vanishing range - - dokeyitem method (to be called with a plotitem) to alter the key order (TODO: documentation) + - dokeyitem method (to be called with a plotitem) to alter the key order - doplot() was renamed to doplotitem(), dodata() was renamed to doplot() - to have similar naming conventions like for the graph key (TODO: update documentation) + to have similar naming conventions like for the graph key - canvas and document modules: - auto-guess output filename from the script filename - add ciecolor flag and input type to the pipeGS method of canvas diff --git a/manual/graph.tex b/manual/graph.tex index 300c6206..c0099fce 100644 --- a/manual/graph.tex +++ b/manual/graph.tex @@ -229,12 +229,16 @@ orginal order in which the \method{do}-methods are called is: Inserts the axes. \end{methoddesc} -\begin{methoddesc}{doplot}{plotitem} +\begin{methoddesc}{doplotitem}{plotitem} Plots the plotitem as returned by the graphs plot method. \end{methoddesc} -\begin{methoddesc}{dodata}{} - Plots the data. +\begin{methoddesc}{doplot}{} + Plots all (remaining) plotitems. +\end{methoddesc} + +\begin{methoddesc}{dokeyitem}{} + Inserts a plotitem in the graph key as returned by the graphs plot method. \end{methoddesc} \begin{methoddesc}{dokey}{} -- 2.11.4.GIT