Re: [matplotlib-devel] hist() sort of broken in trunk

2008-06-20 Thread Manuel Metz
Olle EngdegÄrd wrote: > hist(histtype="step") worked fine in rev5412, but in the latest I get > hist(randn(1000), histtype="step") > Traceback (most recent call last): > /.../ > raise TypeError, 'There is no patch property "%s"'%key > TypeError: There is no patch property "closed" > >

[matplotlib-devel] hist() sort of broken in trunk

2008-06-19 Thread Olle EngdegÄrd
hist(histtype="step") worked fine in rev5412, but in the latest I get >>> hist(randn(1000), histtype="step") Traceback (most recent call last): /.../ raise TypeError, 'There is no patch property "%s"'%key TypeError: There is no patch property "closed" Changing closed = kwargs.get('closed',