Re: Plotting 3d points

2008-02-11 Thread Rasmus Kjeldsen
Elby skrev: > Matplotlib as some 3D capabilities too. You can have a look at these > examples : http://scipy.org/Cookbook/Matplotlib/mplot3D > I got the cookbook examples to work, but where do I read more into what i can do with mplot3d (set type of marker, set size of marker etc.)? A google sea

Re: Plotting 3d points

2008-02-10 Thread Paul McGuire
On Feb 10, 4:37 am, Rasmus Kjeldsen <[EMAIL PROTECTED]> wrote: > 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 i

Re: Plotting 3d points

2008-02-10 Thread Grant Edwards
On 2008-02-10, Elby <[EMAIL PROTECTED]> wrote: > Matplotlib as some 3D capabilities too. You can have a look at > these examples : http://scipy.org/Cookbook/Matplotlib/mplot3D I use gnuplot.py for 3D stuff regularly. -- Grant Edwards grante Yow! Alright,

Re: Plotting 3d points

2008-02-10 Thread Elby
Matplotlib as some 3D capabilities too. You can have a look at these examples : http://scipy.org/Cookbook/Matplotlib/mplot3D -- http://mail.python.org/mailman/listinfo/python-list

Plotting 3d points

2008-02-10 Thread Rasmus Kjeldsen
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