3d plotting question

Thanks for the input.

Its easy for me to patch my own machine, but for students in my class who are using lab machines, its more difficult. Hopefully I can get someone to upgrade the machines in the lab I'm using. (Its difficult to get facilities people to agree to update coursework installs mid-semester).

Morale of my story: don't expect 3d plotting to necessarily work / be easy if you don't carefully test it first :-(.

I too would be interested in robustifying / making more accessible the 3d stuff, but will have to wait until after the class I'm teaching ends.

--b

ยทยทยท

On Apr 11, 2007, at 6:57 PM, Tim Leslie wrote:

Even in the lastest svn version these test methods are all broken to a
greater or lesser degree (as I found out a couple of days ago). If I
find time over the weekend I'll try to fix them up. In the mean time,
if you change them to look something like

fig = pylab.figure()
ax = Axes3d(fig)
... etc

it should get you one step closer to having them working. I'll post
back here if/when I manage to get them cleaned up.

Cheers,

Tim