Re: [matplotlib-devel] Closing paths in PolyCollection

2009-11-03 Thread John Hunter
On Mon, Nov 2, 2009 at 4:59 PM, Matthew West wrote: > Hi, > > The PolyCollection class currently closes the path for each polygon by > adding a last point the same as the first point. This means that the > line joins will be different on this point. I've submitted a patch to > make PolyCollection

[matplotlib-devel] Closing paths in PolyCollection

2009-11-02 Thread Matthew West
Hi, The PolyCollection class currently closes the path for each polygon by adding a last point the same as the first point. This means that the line joins will be different on this point. I've submitted a patch to make PolyCollection use Path.CLOSEPOLY to close the path, which makes the li