|
From: Eric E. <eem...@es...> - 2010-11-17 08:31:00
|
yes, it looks like this is the right file (when I look at matplotlib.__file__) Now tracing which routines are run when doing this, it looks like it looks for projection in projections/__init__.py after going through line 675 of figure.py It looks like add_subplot of plt.figure() is not compatible in my matplotlib. Eric > Strange indeed. Ok, what does matplotlib.__file__ say? Does the > filename match the path you are expecting? At this point, I would also > try putting print statements in the register code at the end of > axes3d.py to see if that code path gets executed (can't see why not). > > Ben Root > |