[matplotlib-devel] Refactoring/bugfixing of path simplification was: Re: Bug in Agg-based backends when yscale == "log"?

2009-01-29 Thread Michael Droettboom
I just completed some open-heart surgery on the path simplification code to resolve this and other issues. Though the integer overflow bug is on the maintenance branch, the proper solution was large enough and risky enough that I have only committed it to the development trunk. Before, the pat

Re: [matplotlib-devel] Updated units.ConversionInterface

2009-01-29 Thread James Evans
Okay. Done. --James > -Original Message- > From: John Hunter [mailto:jdh2...@gmail.com] > Sent: Wednesday, January 28, 2009 11:46 AM > To: James Evans > Cc: Eric Firing; matplotlib development list > Subject: Re: [matplotlib-devel] Updated units.ConversionInterface > > On Wed, Jan 28, 20

[matplotlib-devel] Small doc patch

2009-01-29 Thread Sandro Tosi
Hello, while reading the doc, I've encountered some little errors I've fixed in the attached patch; nothing extremely difficult, but still worth fixing :) I'm even wondering if the svnmerge section in "Coding guide" is still valid, since I've seen some emails passing here about that, but that's to

Re: [matplotlib-devel] Small doc patch

2009-01-29 Thread John Hunter
On Thu, Jan 29, 2009 at 12:07 PM, Sandro Tosi wrote: > Hello, > while reading the doc, I've encountered some little errors I've fixed > in the attached patch; nothing extremely difficult, but still worth > fixing :) > > I'm even wondering if the svnmerge section in "Coding guide" is still > valid,

[matplotlib-devel] python make.py html

2009-01-29 Thread Nils Wagner
Hi all, I tried to build the HTML documentation. Here are some failures matplotlib/doc/mpl_examples/pylab_examples/axes_divider.py Traceback (most recent call last): File "/home/nwagner/svn/matplotlib/doc/sphinxext/plot_directive.py", line 187, in makefig runfile(fullpath) File "/h

[matplotlib-devel] matplotlib Mac binary aborts with 3rd party Tcl/Tk

2009-01-29 Thread Russell E. Owen
The current matplotlib Mac binary installer unfortunately reintroduces an old problem: it does not work if the user has a 3rd party Tcl/Tk installed (as anyone who uses Tkinter seriously would have). The solution is simple: if one is building a matplotlib Mac binary installer then please, pleas

Re: [matplotlib-devel] python make.py html

2009-01-29 Thread Michael Droettboom
Comments below. Nils Wagner wrote: > Hi all, > > I tried to build the HTML documentation. > Here are some failures > > > matplotlib/doc/mpl_examples/pylab_examples/axes_divider.py > Traceback (most recent call last): >File > "/home/nwagner/svn/matplotlib/doc/sphinxext/plot_directive.py", > l

[matplotlib-devel] Fwd: python make.py html

2009-01-29 Thread Nils Wagner
--- the forwarded message follows --- --- Begin Message --- On Thu, 29 Jan 2009 16:11:35 -0500 Michael Droettboom wrote: Comments below. Nils Wagner wrote: Hi all, I tried to build the HTML documentation. Here are some failures matplotlib/doc/mpl_examples/pylab_examples/axes_divider.

[matplotlib-devel] Axis.get_label question

2009-01-29 Thread Evans, James R
Is there a reason why Axis.get_label returns the label as a Text instance, or should there really be set_label/get_label methods that takes a string and set the text value of the Text instance and returns the string value of the Text instance? Everywhere it is used in the code it is used in a t