// Hi Jocelyn, here we go again. I like your // part ten. It is not slick which makes // it more complex (complex being nicer) // compositional I would try to let it run // out off the frame to evoke a sense of // movement or closeness its a fan // maybe your are looking over it. // Added an edge to it to emphazise folding // and made the drop in y direction, // more spatial as well as aslight // angle of the edges - axel // // //fan paper 100 set h 22 set v (-25) repeat r 1 9 { repeat a h (h+40+r) { pen ((a-25)*2+(r*4)) line (h-4) v ((r*8)+a) (90-(r*r)-(a/10)) } // the edge lines pen 50 line ((r*8)+(h+40+r)) (90-(r*r)-((h+40+r)/10)) (((r+1)*8)+h) (90-((r+1)*(r+1))-(h/10)) line (((r)*8)+h) (90-((r)*(r))-(h/10)) ((r*8)+(h+40+r)) (90-(r*r)-((h+40+r)/10)) }