Re: [Matplotlib-users] problems with 3d plotting

2006-09-29 Thread Eric Firing
[EMAIL PROTECTED] wrote: > How to get the following through? Thanks > > > import matplotlib.axes3d as p3 > > Traceback (most recent call last): > File "", line 1, in -toplevel- > import matplotlib.axes3d as p3 > File "C:\Python24\lib\site-packages\matplotlib\axes3d.py", line 26, in > -to

[Matplotlib-users] problems with 3d plotting

2006-09-29 Thread zhangh1
How to get the following through? Thanks import matplotlib.axes3d as p3 Traceback (most recent call last): File "", line 1, in -toplevel- import matplotlib.axes3d as p3 File "C:\Python24\lib\site-packages\matplotlib\axes3d.py", line 26, in -toplevel- import art3d File "C:\Python24\