Question: ploting

i have this code: S := []; for i from 0 by 5 to 150 do S:=[op(S),[i,(i+3)^2 mod 7]]; end do; plot(S, style = point) i want to plot points connected by lines. how do i do this?
Please Wait...