Re: [Matplotlib-users] Kubuntu 13.04 : can't import matplotlib.pyplot

2013-05-14 Thread Samuel Garcia
Sorry for disturb. It was due to an old manual install of numpy. Le 14/05/2013 12:06, Samuel Garcia a écrit : > Hi list, > I have updated my desktop to kubuntu 13.04 and not able to import pyplot. > Am I the only one ? > > > import

[Matplotlib-users] Kubuntu 13.04 : can't import matplotlib.pyplot

2013-05-14 Thread Samuel Garcia
ported into ImportError: numpy.core.multiarray failed to import Thanks Samuel -- ~~~~~ Samuel Garcia Lyon Neuroscience CNRS - UMR5292 - INSERM U1028 - Universite Claude Bernard LYON 1 Equipe R et D 50, avenue Tony Garnier 69366 LYON Cedex 07 FRANCE Té

[Matplotlib-users] scipy.stats.percentileofscore : something strange

2007-12-06 Thread Samuel GARCIA
ork... Any idea. Sam -- ~~~~~ Samuel Garcia Laboratoire de Neurosciences Sensorielles, Comportement, Cognition. CNRS - UMR5020 - Universite Claude Bernard LYON 1 Equipe logistique et technique 50, avenue Tony Garnier 69366 LYON Cedex 07 FRANCE Tél : 04 37 28 74 64

Re: [Matplotlib-users] link axis subplots

2006-10-06 Thread Samuel GARCIA
Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- ~ Samuel Garcia Universite Claude Bernard LYON 1 CNRS - UMR5020, Laboratoire des Neurosciences et Systemes Sensoriels 50

[Matplotlib-users] Is someone interested in my widget ?

2006-10-06 Thread Samuel GARCIA
Hi list, I have just writen a new widget : a DragingCursor. If anyone want and to try and use it ... It is inspired from Cursor in widget module. Samuel -- ~ Samuel Garcia Universite Claude Bernard LYON 1 CNRS - UMR5020, Laboratoire des Neurosciences

Re: [Matplotlib-users] changing sharex after ?

2006-09-01 Thread Samuel GARCIA
variables. This could be encapsulated in a single method. It might be very easy, or complexities and gotchas might turn up. How important is it? What is the problem with setting the shared status when you make the axes, as in your first example? Eric Samuel GARCIA wrote: Hi all, is there a

[Matplotlib-users] changing sharex after ?

2006-08-30 Thread Samuel GARCIA
Hi all, is there a possibility to change the sharex and sharey after creating a axes ? For example this perfectitly work : import pylab fig = pylab.figure() ax1 = fig.add_subplot(121) ax2 = fig.add_subplot(122, sharex=ax1) ax1.plot(rand(5)) ax2.plot(rand(5)) pylab.show() But when I try naive

Re: [Matplotlib-users] is there image.get_clim() ?

2006-08-30 Thread Samuel GARCIA
Thank you, you are incredibly rapid to awnser a problem. samuel John Hunter wrote: "Samuel" == Samuel GARCIA <[EMAIL PROTECTED]> writes: Samuel> Hi all, there is a ima

[Matplotlib-users] is there image.get_clim() ?

2006-08-29 Thread Samuel GARCIA
Hi all, there is a image.set_clim() but I can't find the image.get_clim() Any solution ? thank you Samuel - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrate

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-28 Thread Samuel GARCIA
Darren Dale wrote: On Saturday 19 August 2006 12:47, Charlie Moad wrote: On 8/19/06, Darren Dale <[EMAIL PROTECTED]> wrote: On Friday 18 August 2006 08:27, Darren Dale wrote: On Wednesday 16 August 2006 04:54, Samuel GARCIA

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-16 Thread Samuel GARCIA
Sorry for the mistake. Darren Dale wrote: On Wednesday 16 August 2006 08:49, Samuel GARCIA wrote: I am not good enougth track and solve the problem. Maybe I can be a beta tester. I saw in svn that the author of qt4 backend is Charlie Moad. And it is very young (6 weeks

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-16 Thread Samuel GARCIA
embedding_in_qt4.py ? thank you Samuel Darren Dale wrote: On Wednesday 16 August 2006 04:54, Samuel GARCIA wrote: I still have a problem. This is my code : import sys from PyQt4.QtCore import * from PyQt4.QtGui import * from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-16 Thread Samuel GARCIA
Thank you, Sorry I did known the existence of matplotlib.backends.backend_qt4agg. It is more easy than I thought. but I still have a problem. This is my code : import sys from PyQt4.QtCore import * from PyQt4.QtGui import * from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as