Hi all,
 
    am I the only one that noticed that 3D plots do not work anymore? Unless I am missing something, contour3D, contourf3D simply fails with this message:
 
Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\matplotlib\figure.py", line 440, in add_ax
es
    a = Axes(self, rect, **kwargs)
  File "C:\Python25\lib\site-packages\matplotlib\axes.py", line 348, in __init__

    self._position = map(makeValue, rect)
TypeError: argument 2 to map() must support iteration

While the other 3D plots suffer of problems when the mouse enter the plot window; I get these error messages:
 
Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\matplotlib\backends\backend_wx.py", line 1149, in _onMotion
    FigureCanvasBase.motion_notify_event(self, x, y, guiEvent=evt)
  File "C:\Python25\Lib\site-packages\matplotlib\backend_bases.py", line 895, in motion_notify_event
    func(event)
  File "C:\Python25\lib\site-packages\matplotlib\axes3d.py", line 414, in on_move
    if event.inaxes != self or not self.M:
ValueError: The truth value of an array with more than one element is ambiguous.
 Use a.any() or a.all()
Am I missing something? I am using:
 
Windows XP
Python 2.5
wx* 2.7.1.1 (it doesn't matter in reality)
Numpy 1.0rc2
matplotlib 0.87.6 (NOT svn)
 
Thanks for every suggestion.


--
Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to