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
con
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
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',
ylab='aReallyLongStrin
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,'
4 matches
Mail list logo