Hi everybody, I hope all are well, my question is how do the following, I have the following list :
rec = {{0, 0}, {33, 27}, {33, 0}, {66, 27}, {66, 0}, {99, 27}, {99,
0}, {132, 27}, {132, 0}, {157, 17}};
and the next thing I do
inter = Partition[rec, 2]
Rectangle[ #] & /@ inter
but the problem arises when trying to plot the previous output, can some tell me why?, moreover some solution. Greetings and thanks in advanced.