Re: [Matplotlib-users] matplotlib pnpoly-example-results-in-error

2013-05-10 Thread Nicolas Rougier
From the matplotlib page, you can reach: http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html and just translates the function: def inside_polygon(p, vertices): vx,vy = vertices[:,0], vertices[:,1] x,y = p c = 0 j = len(vertices)-1 for i in

Re: [Matplotlib-users] QT backend bug

2013-05-10 Thread Michael Droettboom
Yeah -- I can confirm this. I'm not sure what the most desired behavior is, but I think it's worth opening a discussion in a Github issue. Mike On 05/09/2013 08:44 PM, K.-Michael Aye wrote: If someone confirms this, I'd be happy to put it into github, but I thought I send it here first, to