Re: [Matplotlib-users] Matplot Numpy possible bug !

2009-07-07 Thread Matthias Michler
Hi Jerome, although your problem seems to solved, I would like to state a small remark about the different number of bins. Some time ago numpy changed the default of using left bin edges to using all bin edges. Newer versions of matplotlib handle this difference pretty well, but maybe your old

Re: [Matplotlib-users] Matplot Numpy possible bug !

2009-06-26 Thread Mariette
Hi and thanks for the answer !! no more trouble :) Jerome Sandro Tosi a écrit : > On Mon, Jun 22, 2009 at 13:33, > jmariette wrote: > >> Hi everybody, >> I have some probleme with Matplot/numpy ! >> I'm using matplot v0.91.2 and I'm trying to get the hist function working !! >> > > a r

Re: [Matplotlib-users] Matplot Numpy possible bug !

2009-06-23 Thread Sandro Tosi
On Mon, Jun 22, 2009 at 13:33, jmariette wrote: > > Hi everybody, > I have some probleme with Matplot/numpy ! > I'm using matplot v0.91.2 and I'm trying to get the hist function working !! a rather old version of matplotlib (that's the name of the project): we are at 0.98.5.3; try to upgrade and s

[Matplotlib-users] Matplot Numpy possible bug !

2009-06-23 Thread jmariette
Hi everybody, I have some probleme with Matplot/numpy ! I'm using matplot v0.91.2 and I'm trying to get the hist function working !! I'm using the sample code of matplot: -- #!/usr/bin/env python import numpy as np import matplotlib.mlab as