Displaying 2 results from an estimated 2 matches for "woko".
Did you mean:
woke
1999 Nov 23
0
[R] problems with postscript device (PR#336)
>>>>> "WoKo" == Wolfgang Koller <koller2@fgr.wu-wien.ac.at> writes:
WoKo> Hi! The postscript device in 0.90 does not produce symbols
WoKo> (pch=) as it should. E.g.:
WoKo> postscript(file="test.ps",width=8,height=6.4,horizontal=FALSE)
WoKo> plot(1:10,1:10,pc...
1999 Nov 23
3
problems with postscript device
Hi!
The postscript device in 0.90 does not produce symbols (pch=) as it
should. E.g.:
postscript(file="test.ps",width=8,height=6.4,horizontal=FALSE)
plot(1:10,1:10,pch=1:5)
legend(1,9,letters[1:5],pch=1:5)
dev.off()
The result looks quite different compared to the X-windows version.
The symbol 1 (pch=1) is much to small, while the other symbols
seem to big.
Is it a bug? How can I