Re: [Matplotlib-users] small bugs in matplotlib-svn/examples

2008-05-14 Thread John Hunter
On Wed, May 14, 2008 at 11:41 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > I haven't done anything with the record array stuff, so I'll leave this > to another developer to look at. Fixed in r5139. This was a consequence of moving the excel and gtk imports out of mlab to improve load time

Re: [Matplotlib-users] small bugs in matplotlib-svn/examples

2008-05-14 Thread Michael Droettboom
Thanks. These have been applied on the SVN trunk r5138. The problem with legend_scatter.py was a type error created when edgecolors changed to a Numpy array (which is optionally zero-length). Matthias Michler wrote: > - the function mlab.rec2excel does not exist anymore > -> in matplotlib/mlab

[Matplotlib-users] small bugs in matplotlib-svn/examples

2008-05-14 Thread Matthias Michler
Hello list, It may not be very important, but I collected some small bugs while exploring the examples and for some of them I got little patches. - for me their occur two "typos" in matplotlib/text.py (see the attached text.patch, please) - some examples don't work for me (see attached some_e