| Hosted by CoCalc | Download
%time w = 1000 P = sum(point((j,j*(w-j)), color=(j/w,1-j/w,0)) for j in range(w))
CPU time: 0.15 s, Wall time: 0.15 s
%time P.save('a.png')
CPU time: 13.14 s, Wall time: 13.37 s
show(P)