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