barh vs. bar(orientation='horizontal')

Eric Firing <efiring@...229...> writes:

Looks like barh just needs to take a **kwargs (which could replace most
of the present listed kwargs; or add a log kwarg to the list) and pass
it along to bar. You are taking care of this?

I replaced most of the kwargs by a **kwargs dict in svn revision 3037.
This does change the behavior for people who were giving positional
arguments to barh, but they do get an error message.

···

--
Jouni K. Sepp�nen

Since this changes the API, albeit minimally, make sure these changes
are documented in the API_CHANGES file. Thanks for working on this.

JDH

···

On 3/3/07, Jouni K. Seppänen <jks@...278...> wrote:

I replaced most of the kwargs by a **kwargs dict in svn revision 3037.
This does change the behavior for people who were giving positional
arguments to barh, but they do get an error message.