for i in 1..10 for j in 1..5 d.plot(50 + i * 8, 50 + j * 16) end end
for j in 1..5 d.move(50, 50 + j * 16) for i in 1..10 d.plot_r(8, 0) end end