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
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to