From: Nicolas G. <nic...@ne...> - 2005-09-09 15:15:00
|
On Friday 09 September 2005 12:23, Francesc Altet wrote: > > Mmm..., that's very weird because you printed the results before and > they looked similar. Just in case, have you configured your > environment (I mean matplotlib or scipy, if applicable) so that it > expects numarray objects instead of expecting Numeric objects? Francesco, thanks very much for your wise question : it was the cause of my troubles. In my ~/.matplotloib/matplotlibrc I replaced numerix : Numeric with numerix : numarray and everything went fine. Pfieeew... that's a big relief to me ! Thanks again for your support ! cheers Nicolas |