[R] Question about 'text'

Dan Bolser dmb at mrc-dunn.cam.ac.uk
Sun Jul 24 19:19:38 CEST 2005


On Sun, 24 Jul 2005, John Wilkinson wrote:

>Dan,
>
>Another tweak  !
>
>If you want the 'legend' to look pretty you can resize it by adding,say,
>
>'cex=0.6' into the legend code; try---
>
>legend("topleft", #inset=-1,
>      legend = do.call("expression", L),
>      bg='white',
>      ncol = 2,
>      pch=c('','','',':',':',':'),
>      x.intersp = 0.4,
>      title="Yay! Thank You!",
>	cex=0.6
>      )

Thats cool, but my biggest problem is using monospaced fonts in a
postscript output. It dosn't seem to work!

Also, anybody else have the inset= problem?

Cheers for the tweek! 

Dan.


>
>
>John
>




More information about the R-help mailing list