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
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é
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo