[matplotlib-devel] polar plotting and theta wrapping

2009-01-01 Thread Eric Firing
Mike, Jan, The thread http://www.mail-archive.com/matplotlib-us...@lists.sourceforge.net/msg08342.html culminated in changeset r6106, which seemed to fix the immediate problem, but in fact introduced a major bug: polar plotting was broken for lines or patches with angles crossing zero. The rea

[matplotlib-devel] Multipage pdf files

2009-01-01 Thread Jouni K . Seppänen
I added support to the pdf backend for multipage pdf files. The current API (which I'm not entirely happy with) is that you create a PdfFile object, plot your figures, saving each one to the PdfFile object, and then close the object. The part I'm unhappy about is that because PdfFile is a file-like