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
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.
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
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.