Re: [matplotlib-devel] Issue with linestyles and match_original in PatchCollection

2010-09-01 Thread Eric Firing
On 08/27/2010 09:39 AM, Thomas Robitaille wrote: > Hi, > > It seems that the match_original=True option in PatchCollection does not > preserve line style. Is this deliberate? If not, here is a patch for > collections.py: > Thanks. I think your patch is fixing a genuine bug, so I applied it to

[matplotlib-devel] Issue with linestyles and match_original in PatchCollection

2010-08-27 Thread Thomas Robitaille
Hi, It seems that the match_original=True option in PatchCollection does not preserve line style. Is this deliberate? If not, here is a patch for collections.py: Index: collections.py === --- collections.py (revision 8664) +++