Re: [Matplotlib-users] overflow...

2010-04-19 Thread Michael Droettboom
I'm not sure I understand the question. Can you provide a standalone script that illustrates the problem, or at least a picture? Mike Samuel Teixeira Santos wrote: > anyone could give me a hint about? > > > > 2010/4/16 Samuel Teixeira Santos > > > Hi all... > >

Re: [Matplotlib-users] overflow...

2010-04-19 Thread Samuel Teixeira Santos
anyone could give me a hint about? 2010/4/16 Samuel Teixeira Santos > Hi all... > > my code is that: http://dpaste.com/184551/ > > the problem is that code is using on an web app. > > When I request the graph after press submit button > they generate the graph perfect > > I do that for 6, 7 ti

[Matplotlib-users] overflow...

2010-04-16 Thread Samuel Teixeira Santos
Hi all... my code is that: http://dpaste.com/184551/ the problem is that code is using on an web app. When I request the graph after press submit button they generate the graph perfect I do that for 6, 7 times with the same value to generate the graph so after that the graph breaks, like if exc

Re: [Matplotlib-users] overflow and other warnings

2007-11-10 Thread Darren Dale
On Saturday 10 November 2007 04:52:31 pm Michael McNeil Forbes wrote: > On 10 Nov 2007, at 7:51 AM, Michael V. DePalatis wrote: > ... > > > I recently discovered that if I import > > pylab after importing numpy, I get tons of warnings: > > > > Warning: divide by zero encountered in divide > > Warni

Re: [Matplotlib-users] overflow and other warnings

2007-11-10 Thread Michael McNeil Forbes
On 10 Nov 2007, at 7:51 AM, Michael V. DePalatis wrote: ... > I recently discovered that if I import > pylab after importing numpy, I get tons of warnings: > > Warning: divide by zero encountered in divide > Warning: invalid value encountered in multiply > Warning: overflow encountered in long_sca

[Matplotlib-users] overflow and other warnings

2007-11-10 Thread Michael V. DePalatis
Hello, I am attempting to write a small simulation to reproduce something from a paper. However, I'm having a whale of a time getting it to work (as far as I have been able to tell, the calculations from the paper at least are identical to what I am trying to do, which makes this all the more frus