Re: [Matplotlib-users] Trouble gridding irregularly spaced data

2010-02-16 Thread Jeff Whitaker
T J wrote: > Hi, > > I'm trying to grid irregularly spaced data, such that the convex hull > of the data is not rectangular. Specifically, all my data lies in an > equilateral triangle inside the unit circle. I found: > > http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_d

Re: [Matplotlib-users] Trouble gridding irregularly spaced data

2010-02-16 Thread Robert Kern
On 2010-02-16 00:40 AM, T J wrote: > Hi, > > I'm trying to grid irregularly spaced data, such that the convex hull > of the data is not rectangular. Specifically, all my data lies in an > equilateral triangle inside the unit circle. I found: > > > http://www.scipy.org/Cookbook/Matplotlib/G

[Matplotlib-users] Trouble gridding irregularly spaced data

2010-02-15 Thread T J
Hi, I'm trying to grid irregularly spaced data, such that the convex hull of the data is not rectangular. Specifically, all my data lies in an equilateral triangle inside the unit circle. I found: http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_data and tried the sugg