Re: [Matplotlib-users] Scatter Plot with different colors

2010-10-09 Thread Alessio Civ
Please, can someone help me? I've been digging the documentation, but I can't find a way to do this. Alessio Civ wrote: > > Hi, > > I'm trying to make a scatter plot of 2 variables using a thirds as filter > to have different colors. > > Let's say I have those data: > > x=1,2,3,4 > y=2,3,4,

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 wrote: > 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 > problem > no longer appea

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

2010-10-09 Thread Paul Leopardi
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 problem no longer appears: leopa...@linfinit:~/src/Working/Working-0.5.1/glucat/pyclical

[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. Matplot

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 e