Re: [matplotlib-devel] Jagged plot in macosx backend

2009-01-16 Thread Michiel de Hoon
I've written a patch that fixes this bug; see https://sourceforge.net/tracker/?func=detail&atid=560722&aid=2508440&group_id=80706 --Michiel --- On Mon, 1/12/09, Tony Yu wrote: > From: Tony Yu > Subject: [matplotlib-devel] Jagged plot in macosx backend > To: "matplotlib development list" > D

Re: [matplotlib-devel] Jagged plot in macosx backend

2009-01-16 Thread Jeff Whitaker
Michiel de Hoon wrote: > I've written a patch that fixes this bug; see > > https://sourceforge.net/tracker/?func=detail&atid=560722&aid=2508440&group_id=80706 > > --Michiel > Just commited your patch (SVN r6787) - thanks Michiel. -Jeff > > --- On Mon, 1/12/09, Tony Yu wrote: > > >> From: T

Re: [matplotlib-devel] path simplification can decrease the smoothness of data plots

2009-01-16 Thread Michael Droettboom
Since I suspect this change will be a little bit of work, I just wanted to put my hand up and say I'm looking into it so we don't duplicate effort here. I think it's a worthwhile experiment, in any case. Mike Andrew Hawryluk wrote: > > I’m really excited about the new path simplification optio

Re: [matplotlib-devel] [Numpy-discussion] Singular Matrix problem with Matplitlib in Numpy (Windows - AMD64)

2009-01-16 Thread Andrew Straw
John Hunter wrote: > Andrew, since you are the original author of the isnan port, could you > patch the branch and the trunk to take care of this? Done in r6791 and r6792. Sorry for the trouble. Now I just hope we don't get a problem with "long long", although now if _ISOC99_SOURCE is defined, w

Re: [matplotlib-devel] [Numpy-discussion] Singular Matrix problem with Matplitlib in Numpy (Windows - AMD64)

2009-01-16 Thread John Hunter
On Fri, Jan 16, 2009 at 12:38 PM, Andrew Straw wrote: > John Hunter wrote: >> Andrew, since you are the original author of the isnan port, could you >> patch the branch and the trunk to take care of this? > > Done in r6791 and r6792. > > Sorry for the trouble. > > Now I just hope we don't get a pr

Re: [matplotlib-devel] [Numpy-discussion] Singular Matrix problem with Matplitlib in Numpy (Windows - AMD64)

2009-01-16 Thread Andrew Straw
Hmm, I tried "svnmerge.py avail" from the branch after committing to the trunk. I see now that I should have committed to the branch first (which seems an inversion to me). Duly noted for the future, though. Still working on seamless git-svn and svnmerge.py integration, Andrew John Hunter wrote:

[matplotlib-devel] units/ example scripts

2009-01-16 Thread Ryan May
Hi, In fixing the recursion bug in the units support, I went through the examples in units/ and found two broken examples (broken before I fixed the recursion bug): 1) artist_tests.py Traceback (most recent call last): File "artist_tests.py", line 30, in lc = collections.LineCollection(ver

Re: [matplotlib-devel] units/ example scripts

2009-01-16 Thread John Hunter
On Fri, Jan 16, 2009 at 2:02 PM, Ryan May wrote: > Hi, > > In fixing the recursion bug in the units support, I went through the examples > in > units/ and found two broken examples (broken before I fixed the recursion > bug): > > 1) artist_tests.py > Traceback (most recent call last): > File "a

Re: [matplotlib-devel] units/ example scripts

2009-01-16 Thread Ryan May
John Hunter wrote: > The code is trying to add a non-unitized quantity (eg an errorbar > width but just guessing) of int type with a unitized quantity > TaggedValue (this is from the mockup basic_units testing package). > You'd have to dig a little bit to find out where the non-unitized > quantity

Re: [matplotlib-devel] units/ example scripts

2009-01-16 Thread Eric Firing
John Hunter wrote: [...] > > The code is trying to add a non-unitized quantity (eg an errorbar > width but just guessing) of int type with a unitized quantity > TaggedValue (this is from the mockup basic_units testing package). > You'd have to dig a little bit to find out where the non-unitized >