Re: [Matplotlib-users] Sampling a 3D plane to 2D data

2012-02-01 Thread Benjamin Root
On Tue, Jan 31, 2012 at 12:19 AM, Christoph Piefke < anmeld...@dunklevollnuss.de> wrote: > Hello everybody, > > I have a problem transferring from 3D data to a 2D representation. > I used mayavi to define a cut plane through a volume data set and got > the xyz > coordinates for the points on the p

[Matplotlib-users] Sampling a 3D plane to 2D data

2012-01-30 Thread Christoph Piefke
Hello everybody, I have a problem transferring from 3D data to a 2D representation. I used mayavi to define a cut plane through a volume data set and got the xyz coordinates for the points on the plane and the data at each point. Now I would like to make a contour plot of that data in matplotlib