How can I choose the (line/plot) type "b"oth in the legend? plot(1:5,rnorm(1:5),type="b") legend("topright","random",lty=10) Thanks, Thomas