New backend API

This might not be related, but since when did bar charts

    > of zero break?

    > bar(arange(10), zeros(10))

I think this is related to Eric's MaxNLocator support code.

JDH

John Hunter wrote:

"Charlie" == Charlie Moad <cwmoad@...149...> writes:

    > This might not be related, but since when did bar charts
    > of zero break?

    > bar(arange(10), zeros(10))

I think this is related to Eric's MaxNLocator support code.

Correct. I found and fixed one clear bug, but now it is tripping somewhere else. I'll track it down.

Eric