Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'GraphicsContext'

2008-06-17 Thread Manuel Metz
Chris Walker wrote: > "John Hunter" <[EMAIL PROTECTED]> writes: > >> On Fri, Jun 13, 2008 at 9:25 AM, Chris Walker >> <[EMAIL PROTECTED]> wrote: >> So if we want to support stable, *and* the latest releases, we've got a lot of ongoing compatibility work to do. For backend maintaine

Re: [matplotlib-devel] Number of points in legend

2008-06-17 Thread Stéfan van der Walt
Hi John 2008/6/12 John Hunter <[EMAIL PROTECTED]>: > On Thu, Jun 12, 2008 at 7:56 AM, Stéfan van der Walt <[EMAIL PROTECTED]> > wrote: > >> linestyle 'x' ---> legend ' x ' >> linestyle '-x' ---> legend '---x---' >> >> Has this been considered before? If not, I'll write a patch. > > I think

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'GraphicsContext'

2008-06-17 Thread Sandro Tosi
Hi guys, sorry to have spotted it out late (the thread subject don't help :) and thanks to Manuel to have notified me about this thread. > the debian maintainers are already aware of the new versions, see > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486074 > > According to them, matplotlib

Re: [matplotlib-devel] AttributeError: 'module' object has no attribute 'GraphicsContext'

2008-06-17 Thread John Hunter
On Tue, Jun 17, 2008 at 9:58 AM, Sandro Tosi <[EMAIL PROTECTED]> wrote: > My plan (as one of maintainers of matplotlib in Debian) is to keep > uploading 0.91.x in unstable, so it can migrate to testing (the > staging area to prepare the next stable release) when needed, and > prepare the 0.98.x pa

Re: [matplotlib-devel] matplotlib 0.98.0 colors problem LineCollection

2008-06-17 Thread Mátyás János
Hi, thank you for the fix. It works great now. Mátyás János On Mon, 16 Jun 2008 08:15:39 -0400 Michael Droettboom <[EMAIL PROTECTED]> wrote: > Thanks. mpl was applying the default alpha of 1.0 to the set of > colors rather than ignoring it when an alpha is provided for each > color. This is

[matplotlib-devel] Showing base classes in autodoc

2008-06-17 Thread Michael Droettboom
My patch to show the base classes of each class in Sphinx autodoc has been accepted. http://groups.google.com/group/sphinx-dev/browse_thread/thread/cc9c3d80a4e483b9 I've updated our docs to use this feature (it requires adding the 'show-inheritance' option to the autodoc directives). This requ

[matplotlib-devel] pdf file path or other problem in docs?

2008-06-17 Thread Eric Firing
I did svn up on sphinx(0.3dev-20080617) and mpl (r5583), reinstalled both, and tried to build the docs. It got through the html and failed on the latex: ... [4] Chapter 2. (/usr/share/texmf-texlive/tex/latex/txfonts/ot1txr.fd) (/usr/share/texmf-texlive/tex/latex/txfonts/utxsya.fd) (/usr/share

Re: [matplotlib-devel] pdf file path or other problem in docs?

2008-06-17 Thread John Hunter
On Tue, Jun 17, 2008 at 1:56 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > I did svn up on sphinx(0.3dev-20080617) and mpl (r5583), reinstalled > both, and tried to build the docs. I see this tool. This looks like a sphinx change that we are not accounting for (or a bug). There is