|
From: Luigi P. <lu...@mi...> - 2005-10-11 10:25:37
|
Hi all!
I've just installed matplotlib on my workstation (without Numeric, only
numarray). Trying to run the image plot examples, I get this error:
Exception in Tkinter callback
Traceback (most recent call last):
File "<mypath>/lib/python2.3/lib-tk/Tkinter.py", line 1345, in __call__
return self.func(*args)
File
"<mypath>/lib/python2.3/site-packages/matplotlib/backends/backend_tkagg.py",
line 148, in resize
File
"<mypath>/lib/python2.3/site-packages/matplotlib/backends/backend_tkagg.py",
line 151, in draw
File
"<mypath>/lib/python2.3/site-packages/matplotlib/backends/backend_agg.py",
line 382, in draw
File "<mypath>/lib/python2.3/site-packages/matplotlib/figure.py",
line 520, in draw
File "<mypath>/lib/python2.3/site-packages/matplotlib/axes.py", line
1373, in draw
File "<mypath>/lib/python2.3/site-packages/matplotlib/image.py", line
205, in draw
File "<mypath>/lib/python2.3/site-packages/matplotlib/image.py", line
127, in make_image
ValueError: Array must be rank 2 or 3 of doubles
What's the problem?
Tanks in advance.
Luigi
|