3d plot examples

Hi Travis, Hi list,

I saw Travis' query on the matplotlib-user - list and of cause I read
Fernandos reply...

So, I copied the three files into the matplotlib directory as bsp_3D01.py,
proj3d.py and mplot3d.py... But if I try to run bsp_3d01.py I get:

jens-ifw@...913...:/media/exchange/Python> python bsp_3D01.py
Traceback (most recent call last):
  File "bsp_3D01.py", line 32, in ?
    run1()
  File "bsp_3D01.py", line 20, in run1
    ax = mplot3d.Axes3D(fig)
AttributeError: 'module' object has no attribute 'Axes3D'

What do I have to do to get it running???

Thank's a lot

Jens Brandenburg