Re: [Matplotlib-users] polygon bug

2006-07-29 Thread Eric Firing
Nick, svn 2635 has a fix for this bug. Eric Nick Fotopoulos wrote: > Dear matplotlib-users, > > I'd like to report a bug in Polygon, which is crashing with an > unhelpful error message where an exception would be appropriate. The > problem occurs when you feed Polygon an Nx2 array instead

Re: [Matplotlib-users] polygon bug

2006-07-29 Thread Eric Firing
Nick, Thanks for the bug report. I have been making some changes to use numerix more consistently internally, and fixing this bug would be a step in that direction. I will take a look. Eric Nick Fotopoulos wrote: > Dear matplotlib-users, > > I'd like to report a bug in Polygon, which is cra

[Matplotlib-users] polygon bug

2006-07-29 Thread Nick Fotopoulos
Dear matplotlib-users, I'd like to report a bug in Polygon, which is crashing with an unhelpful error message where an exception would be appropriate. The problem occurs when you feed Polygon an Nx2 array instead of an N- length list of 2-tuples. This is on my PPC OSX system, with everyth