I am trying to create a series of concentric rings of hexagons that expand from a central point. The inner hexagon would be surrounded by a ring of six hexagons, that are in turn surrounded by 12 then 18 etc. I have been able to string together a few loops that add more hexagons but ideally, I would like each ring to be only one hexagon in thickness. Also, it would be great to be able to automate this so the number of rings could be generated form a single slider controlling one loop or a nested loop. This way I would not need to append an extra for loop for each required ring.
Maybe there is a different approach better suited to this.
concentric_rings_001.hiplc