Re: [matplotlib-devel] collection efficiency improvement

2006-06-19 Thread Eric Firing
John Hunter wrote: >>"Eric" == Eric Firing <[EMAIL PROTECTED]> writes: > > > Eric> Based on a quick look, I think it would be easy to make > Eric> LineCollection and PolyCollection accept a numerix array in > Eric> place of [(x,y), (x,y), ...] for each line segment or > Eric>

Re: [matplotlib-devel] bar() and barh() ignore rcparams patch.facecolor and patch.endcolor

2006-06-19 Thread John Hunter
> "Martin" == Martin Spacek <[EMAIL PROTECTED]> writes: Martin> Don't know if this is the best way, but here's a solution: Martin> def bar(self, left, height, width=0.8, bottom=0, Martin> color=matplotlib.rcParams['patch.facecolor'], yerr=None, Martin> xerr=None, ecolor=matpl

[matplotlib-devel] bar() and barh() ignore rcparams patch.facecolor and patch.endcolor

2006-06-19 Thread Martin Spacek
I've noticed that the rcparams settings for patch.facecolor and patch.endcolor is ignored by bar() and barh() (and therefore hist()), always displaying as blue and black, respectively. Is this intentional? I'm running matplotlib 0.87.3 The culprit: def bar(self, left, height, width=0.8, bottom=0