int tallaCurva = 50; int numCurvas = 20; float x, y = 0; void setup(){ size(500, 500); frameRate(1); background(255); smooth(); } void draw(){ background(255); translate(width/2, height/2); noFill(); stroke(0,100); for(int j=0; j