Re: [matplotlib-devel] LineCollection and alpha
That seems like a reasonable fix. Fixed in SVN r5003. Cheers, Mike Michael Fitzgerald wrote: > Hi all, > > I found a small bug in LineCollection, which gives an exception when > setting alpha. This is manifested in e.g. hlines and vlines: > >> In [1]: hlines((0,),(-1,),(1,),color='b',alpha=0.1
[matplotlib-devel] LineCollection and alpha
Hi all, I found a small bug in LineCollection, which gives an exception when setting alpha. This is manifested in e.g. hlines and vlines: In [1]: hlines((0,),(-1,),(1,),color='b',alpha=0.1) --- IndexError