|
From: Eric E. <eem...@es...> - 2010-11-16 17:50:58
|
Dear Ben thanks a lot for the quick reply. I did that (and read some posts on the web) but no luck, as it says: 1.0.0 I in fact just went back to my openSuse 11.3 (Science repo) version because it went really wrong with scipy etc and I didn't want to mess up my setup. But still the same message with the Unknown projection. I have checked the axes3d.py in my mpl_toolkits and it has the "name = '3d'" at the beginning and the register at the end... ??? Eric > Could you please execute the following: > > import matplotlib > print matplotlib.__version__ > > and report back what it says? I suspect that when you installed the svn > version, the original version of matplotlib is still getting loaded. > The projection='3d' feature is brand new to 1.0.0. > > Ben Root |