[Matplotlib-users] Matplotlib 1.1.0 and PySide

2011-10-13 Thread Durrieu Jean-Louis
Dear all, matplotlib users and devs, I have been trying the latest announced version of Matplotlib (1.1.0). The new feature that attracted me is the PySide support. However, I tried to install it under Ubuntu 11.04, but I needed pyqt4 installed in order to install it from source. Is there a wa

Re: [Matplotlib-users] Matplotlib 1.1.0 and PySide

2011-10-13 Thread Durrieu Jean-Louis
Hi Eric, Fernando, thanks for your answers! On Oct 13, 2011, at 8:47 PM, Eric Firing wrote: > On 10/12/2011 10:47 PM, Durrieu Jean-Louis wrote: > > There is no compiled qt4 code, so installation should not require > pyqt4--and I don't think it does. What led to your co

Re: [Matplotlib-users] scatter plot without edge color

2011-10-15 Thread Durrieu Jean-Louis
Hi Chao! On Oct 15, 2011, at 2:55 PM, Chao YUE wrote: > import matplotlib.pyplot as plt > In [110]: plt.scatter(np.arange(10),np.arange(10,20),edgecolor=None) > Out[110]: > > in this case I can use edgecolor='w' to solve it, but when points overlap, > this does not work anymore. > Any help will