From: Alen R. <ale...@gm...> - 2007-08-28 20:39:30
|
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 <ale...@gm...> 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 > |