barh error

"Lei Chen" <chen.lei@...287...> writes:

I'm getting an error from barh (Matplotlib version
0.87.2.win32-py2.4). Could someone tell me how it can be fixed without
fiddling around with matplotlib source?:

barh(x,y, color=colours)

The following seems to work:

barh(x,y, color=colours, left=zeros((len(x),)))

···

--
Jouni