Ivan Krylov wrote:
>> text(1, 11, "baseline\255defined")
>> text(1, 9, "done")
>> graphics.off()
>>
>> They like that dash - but I never knew what it was called.
>>
>> Recently work updated my PC to the latest version of Windows, and,
>> perforce, I updated to the latest version of R (4.4.
I make graphs, in large quantities, for perfectionists.
My bosses do not like the results of text like 'baseline-defined' in graphs;
they feel that the resulting dash is too long.
For many years, I have been in the habit of producing graphs with shorter
dashes as follows:
pdf("myfile.pdf")
plo
e(ToReturn)
}
DoOnyxEcho<-TRUE
OnyxEchoFile<-"d:\\ftp\\echotest.r"
plot(1:20)
start<-10
end<-15
esegments(start, start, end, end, lty="dashed", lend=2)
Thank you!
- Paul Sherliker
__
R-h
3 matches
Mail list logo