Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-09-19 Thread Marc Magrans de Abril
Hi Ben, Finally, I updated ti Python 2.6.7, numpy 1.6.1, and matplotlib 1.0.1. The update solved the problem. Thanks, marc On Wed, Aug 10, 2011 at 8:41 PM, Marc Magrans de Abril wrote: > Hi Ben, > > I will try to do it. Once it is done I let you know. > > Cheers, > marc > > On Wed, Aug 10, 2011

[Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-16 Thread Marc Magrans de Abril
Dear colleagues, I'm trying to display an histogram with logarithmic bins using the logarithmic scale in the x-axis. When I execute the attached python script it crashes giving a "Bus Error" message (see also the attached core dump). If I remove the line "plt.xscale('log')" the script goes up to

Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-16 Thread Marc Magrans de Abril
Hi Ben, I will try to do it. Once it is done I let you know. Cheers, marc On Wed, Aug 10, 2011 at 7:41 PM, Benjamin Root wrote: > > > On Wed, Aug 10, 2011 at 12:32 PM, Marc Magrans de Abril > wrote: >> >> Dear colleagues, >> >> I'm trying to display an histogram with logarithmic bins using th

Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-10 Thread Marc Magrans de Abril
Hi Ben, I will try to do it. Once it is done I let you know. Cheers, marc On Wed, Aug 10, 2011 at 7:41 PM, Benjamin Root wrote: > > > On Wed, Aug 10, 2011 at 12:32 PM, Marc Magrans de Abril > wrote: >> >> Dear colleagues, >> >> I'm trying to display an histogram with logarithmic bins using the

Re: [Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-10 Thread Benjamin Root
On Wed, Aug 10, 2011 at 12:32 PM, Marc Magrans de Abril < marcmagransdeab...@gmail.com> wrote: > Dear colleagues, > > I'm trying to display an histogram with logarithmic bins using the > logarithmic scale in the x-axis. When I execute the attached python > script it crashes giving a "Bus Error" me

[Matplotlib-users] Bus error when using logarithmic scale with logaritmic bins

2011-08-10 Thread Marc Magrans de Abril
Dear colleagues, I'm trying to display an histogram with logarithmic bins using the logarithmic scale in the x-axis. When I execute the attached python script it crashes giving a "Bus Error" message (see also the attached core dump). If I remove the line "plt.xscale('log')" the script goes up to