Displaying 1 result from an estimated 1 matches for "areallylongstr".
2009 Apr 30
1
postscript printer breaking up long strings
For a long string in an axis title, or main title the postscript device
breaks apart the long strings into smaller strings. For example,
> postscript('linebreaktest.eps')
> plot(1,xlab='aReallyLongStringToSeeHowItBreaks',ylab='aReallyLongStringToSeeHowItBreaks')
> for(i in c(.6,1,1.4))text(i,i,'aReallyLongStringToSeeHowItBreaks')
> dev.off()
produces the attached output.
http://www.nabble.com/file/p23322197/linebreaktest.eps linebreaktest.eps
The most important lines...