Re: [Matplotlib-users] matplotlib.delauney with periodic boundary conditions

2010-10-22 Thread Robert Kern
On 10/22/10 6:28 AM, Matthew Matic wrote: > > I'm trying to get a delaunay triangulation of a set of points on the surface > of the torus. I'm using matplotlib.delaunay, but it seems to only give the > triangulation for a flat surface. Is there any way to tell it to take the > periodic boundary con

Re: [Matplotlib-users] matplotlib.delauney with periodic boundary conditions

2010-10-22 Thread Robert Kern
On 10/22/10 6:28 AM, Matthew Matic wrote: > > I'm trying to get a delaunay triangulation of a set of points on the surface > of the torus. I'm using matplotlib.delaunay, but it seems to only give the > triangulation for a flat surface. Is there any way to tell it to take the > periodic boundary con

[Matplotlib-users] matplotlib.delauney with periodic boundary conditions

2010-10-22 Thread Matthew Matic
I'm trying to get a delaunay triangulation of a set of points on the surface of the torus. I'm using matplotlib.delaunay, but it seems to only give the triangulation for a flat surface. Is there any way to tell it to take the periodic boundary conditions into account, or alter the points I input s