Bbox::update_numerix_xy expected numerix array

I get the following error when its gets to the line where the bar(...)
function is called:

"Bbox::update_numerix_xy expected numerix array"

What does this mean? is it referring to the the left, height or width...?

If I execute the same code form the command line it works! But, If I
call the code from a Web Application then is gives me that error
above.

I tried via the pylab and matplotlib api. Both give the same error.

Thx

-Alen

There were decimal.Decimal object type values in my array. I converted
those to float and all is well now. Don't understand though why the
command line version worked as it was. Hmm... :slight_smile:

-Alen

ยทยทยท

On 8/28/07, Alen Ribic <alen.ribic@...287...> wrote:

I get the following error when its gets to the line where the bar(...)
function is called:

"Bbox::update_numerix_xy expected numerix array"

What does this mean? is it referring to the the left, height or width...?

If I execute the same code form the command line it works! But, If I
call the code from a Web Application then is gives me that error
above.

I tried via the pylab and matplotlib api. Both give the same error.

Thx

-Alen