[R] postscript printer breaking up long strings

2009-04-30 Thread tommers
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

Re: [R] postscript printer breaking up long strings

2009-04-30 Thread Ted Harding
On 30-Apr-09 18:50:38, tommers wrote: 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',

Re: [R] postscript printer breaking up long strings

2009-04-30 Thread tommers
The apparently broken strings in the PostScript code you quote below are perfectly normal in PostScript. When dealing with text in a variable-width font, a PS driver will typically split continuous text into chunks, to allow for effects like kerning (or other adjustments

Re: [R] postscript printer breaking up long strings

2009-04-30 Thread cameron.bracken
Ted.Harding-2 wrote: In the graph shown in your URL above, the xlab and the ylab appear in their entirety, unbroken. So does the one plotted in the middle of the graph. I get the same when I run your code. Hi- I am one of the developers of pgfSweave. The problem (although it is