PVector[] sites; void setup(){ size(500,500); background(100); sites = new PVector[36]; // plot loops here }