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
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
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
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,
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
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
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
--- 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.
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