Re: [Matplotlib-users] ellipk

2010-10-09 Thread Pau
Hi, didn't work... ImportError: No module named scipy.special this is fedora13... thanks! Pau 2010/10/8, Sebastian Busch webmas...@thamnos.de: hey pau, ellipk is in scipy.special: #!/usr/bin/env python from pylab import * from scipy.special import ellipk e=1. a_mpc = 4.0 p = a_mpc

Re: [Matplotlib-users] ellipk

2010-10-09 Thread Sebastian Busch
hey pau! On 10/09/2010 08:04 AM, Pau wrote: ... ImportError: No module named scipy.special ... do you have scipy installed? i.e. does import scipy work? if so, what is scipy.__version__ ? here, it's 0.7.0... if scipy is not installed, i think you need to install it in order to access

[Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-09 Thread Paul Leopardi
Hello all I am seeing a problem similar to that seen by Jorge Scandaliaris. When I run python or ipython -pylab, show() apparently hangs. When I enter CTRL-C, the cursor re-appars, but show() now gives an error message, until I call figure(). This behaviour is repeatable. See trace below.

Re: [Matplotlib-users] Confirming problem with matplotlib.pyplot.show()

2010-10-09 Thread Benjamin Root
On Sat, Oct 9, 2010 at 7:41 AM, Paul Leopardi paul.leopa...@iinet.net.auwrote: On Saturday 09 October 2010 22:58:04 Paul Leopardi wrote: Hello all I am seeing a problem similar to that seen by Jorge Scandaliaris. I downgraded from matplotlib 1.0.0 to matplotlib 0.99 and my original