Re: Plotting 3d points
A google search yields nothing useable. Rasmus Kjeldsen -- http://mail.python.org/mailman/listinfo/python-list
Plotting 3d points
Anybody know of a simple way to plot 3d points? Nothing fancy, just points. I've tried looking into Mayavi, but can't really find out how to get get 3 arrays (x,y,z) into a vtk file. I've also seen mlab mentioned, but how do I install that, and import it? I can't get the examples i've seen of ml