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
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
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
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
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
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:
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
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
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
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
>
10 matches
Mail list logo