From d74eef5d7ec6a0b518c722bd4a4e1d7b74dd8516 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Fri, 9 Apr 2004 19:18:55 +0000 Subject: [PATCH] update TODO git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1660 069f4177-920e-0410-937b-c2a4a81bcd90 --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index cb9b1121..22596733 100644 --- a/CHANGES +++ b/CHANGES @@ -20,7 +20,7 @@ TODO: - Check for "inf" and "nan" in datafiles. (When plotted, the graph does not complain, but the postscript will be broken) - canvas module: - - multi page PostScript output + - finish multi page PostScript output - contructor should only take a texrunner keyword argument - set method??? - PDF support @@ -83,6 +83,9 @@ TODO: of length - canvas module: - added new classes page and document for multipage PostScript output + - bbox module: + - renamed _bbox -> bbox_pt + - new bbox method center which returns the center of the bounding box 0.6.2 (2004/04/07): - graph module: -- 2.11.4.GIT