Grasshopper pattern

Hello!
I’m a complete newbie to Grasshopper, and I was wondering how to generate the following pattern such that the dimensions of the ellipses are variable.

Thank you!

360_F_183941505_gcg3FUiwaWavQTCWkJwS8VDJDPwAsaqO

this could be one way


gradient_scale_ellypses.gh (13.5 KB)

a graph mapper here gives you a bit more of control over the scaling:


gradient_scale_ellypses_II.gh (13.0 KB)

1 Like

Hi, thank you very much for your solution!
I was looking at your code, and I’m not quite sure what the merge is for. I was hoping you could elaborate on it. Thanks!

I get these points directly from the output P of the SquareGrid:

and I get these points as Area Centroid of each squared cell:

then I make planes centered on those points and Merged those two lists together in order to get a single list with all the planes where Ellypses are going to be oriented: