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>
> "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
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