[matplotlib-devel] path unit_* methods: CLOSEPOLY?

2010-08-14 Thread Eric Firing
Mike, Is there any reason why the Path.unit_* methods shouldn't include the codes, so that they can all have CLOSEPOLY? Or shouldn't they at least have a kwarg to allow that as an option? In working on patch drawing via bar(), I noticed that the rectangle outline is not closing properly, wit

Re: [matplotlib-devel] Handle 'none' as edgecolor for bar()

2010-08-14 Thread Eric Firing
On 08/13/2010 12:30 PM, Benjamin Root wrote: > [...] > > Notice that both stroke and fill are checking for alpha != 0.0. > > > Yeah, well, try out my attached script. Then view the two files. > Something is wrong... I think I have that fixed now, along with a temporary fix for the original "