Skip to content
Prev 1291 / 63424 Next

lty

Bill Simpson <wsimpson@uwinnipeg.ca> writes:
Sure
Look again: 2 is a number, selecting one of 4 preset patterns, "2" is
a character, specifying the pattern directly.

Try
 plot(1:10,type='l',lty=2,lwd=4)
 plot(1:10,type='l',lty=3,lwd=4)
 plot(1:10,type='l',lty='2',lwd=4)
 plot(1:10,type='l',lty='3',lwd=4)
In the snapshots, it is there... Don't know if it works on postscript
yet, though.