On Wed, Jul 1, 2009 at 3:25 PM, David Paulsen wrote:
> Script passed the previous error point, and a different error string this
> time:
>
> File "3D_line_plot_ex.py", line 32, in
> ax.add_collection3d(poly, zs=zs, zdir='y')
>
> File
> "/Library/Frameworks/Python.framework/Versions/4.2.30201/
On Wed, Jul 1, 2009 at 9:55 AM, David Paulsen wrote:
> Dear List,
>
> I tried running examples of 3D plots given from the matplotlib webpage, but
> encountered the following error:
>
>
> from mpl_toolkits.mplot3d import Axes3D
> ImportError: No module named mplot3d
>
> I am using the enthought
On Wed, Jul 1, 2009 at 16:55, David Paulsen wrote:
> from mpl_toolkits.mplot3d import Axes3D
> ImportError: No module named mplot3d
>
> I am using the enthought package with matplotlib version 0.98.5.2
>
> Any help on how to recover mplot 3d would be appreciated.
mplot3d still lives only under
Dear List,
I tried running examples of 3D plots given from the matplotlib webpage, but
encountered the following error:
from mpl_toolkits.mplot3d import Axes3D
ImportError: No module named mplot3d
I am using the enthought package with matplotlib version 0.98.5.2
Any help on how to recover