Re: [Matplotlib-users] Bbox::update_numerix_xy expected numerix array

2007-08-28 Thread Alen Ribic
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... :-) -Alen On 8/28/07, Alen Ribic <[EMAIL PROTECTED]> wrote: > I get the following error when its gets to the lin

[Matplotlib-users] Bbox::update_numerix_xy expected numerix array

2007-08-28 Thread Alen Ribic
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