3D plot experiments

     fig = p.figure() ax = mplot3d.Axes3D(fig)

Very nice screenshot!! -- did you intend to the mplot3d module so we
could test ourselves?

JDH

John Hunter wrote:

"John" == John Porter <jporter@...766...> writes:
           
   > fig = p.figure() ax = mplot3d.Axes3D(fig)

Very nice screenshot!! -- did you intend to the mplot3d module so we
could test ourselves?

JDH

I will, but it's very much work in progress....
There are hardly any comments, but there are a few tests at the bottom of mplot3d.

John

mplot3d.py (40 KB)

proj3d.py (7.38 KB)