Hello list,

I know it is not recommended to use matplotlib for 3d plotting, but for a 
while simple plots worked fine for me. This is not the case with actual svn 
version and therefore my question is: Would it break at lost or cost much 
effort to make the 3d-plot-examples  of the Cookbook work?

if I try:
[1] import matplotlib.axes3d as p3
I get the error attached below.

Thanks for any advise in advance.

best regards Matthias

---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call last)

/home/michler/CompPhys_2008/Uebungsaufgaben/050_Antidot/3D_matplotlib/<ipython 
console> in <module>()

/scratch/michler/SOFT/lib/python2.5/site-packages/matplotlib/axes3d.py in 
<module>()
     14 from axes import Axes
     15 import cbook
---> 16 from transforms import unit_bbox
     17 
     18 import numpy as np

<type 'exceptions.ImportError'>: cannot import name unit_bbox
> /scratch/michler/SOFT/lib/python2.5/site-packages/matplotlib/axes3d.py(16)<module>()
     15 import cbook
---> 16 from transforms import unit_bbox
     17 

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to