Re: [Matplotlib-users] Please help with 3d scatter plot

2008-10-27 Thread Vincent Favre-Nicolin
On lundi 27 octobre 2008, Jeremy Conlin wrote: > Thanks for introducing me to mlab. I had never heard of it before. > > I did: > > mlab.points3d(P[:,0],P[:,1],P[:,2],mode='point') > > > where P is a (1, 3) numpy array. mlab plotted the points, but the > window became unresponsive. I can't im

Re: [Matplotlib-users] Please help with 3d scatter plot

2008-10-27 Thread Vincent Favre-Nicolin
On lundi 27 octobre 2008, Jeremy Conlin wrote: > I have a function (shown below) that would take a 3D numpy array and plot > points in 3D. I recently updated my matplotlib with the latest Enthought > Python Distribution and now it doesn't work; I guess matplotlib changed the > api a little bit.

Re: [Matplotlib-users] Please help with 3d scatter plot

2008-10-27 Thread Manuel Metz
Jeremy Conlin wrote: > I have a function (shown below) that would take a 3D numpy array and plot > points in 3D. I recently updated my matplotlib with the latest Enthought > Python Distribution and now it doesn't work; I guess matplotlib changed the > api a little bit. > > The first problem arise

[Matplotlib-users] Please help with 3d scatter plot

2008-10-27 Thread Jeremy Conlin
I have a function (shown below) that would take a 3D numpy array and plot points in 3D. I recently updated my matplotlib with the latest Enthought Python Distribution and now it doesn't work; I guess matplotlib changed the api a little bit. The first problem arises because there is no matplotlib.