Re: [R] Bold Face in Plot

2009-03-02 Thread Greg Snow
On Behalf Of Rau, Roland > Sent: Monday, March 02, 2009 6:46 AM > To: r-help@r-project.org > Subject: [R] Bold Face in Plot > > Dear all, > > I am trying to plot some text in bold face which works fine: > > plot(0:1,0:1,type="n") > text(x=0.5, y=0.5, lab

Re: [R] Bold Face in Plot

2009-03-02 Thread Dieter Menne
Rau, Roland demogr.mpg.de> writes: > I am trying to plot some text in bold face which works fine: > > plot(0:1,0:1,type="n") > text(x=0.5, y=0.5, labels=expression(bold("the-actual-string"))) > > Now when I try to do the following, the displayed text reads thestring: > > thestring <- "the-act

Re: [R] Bold Face in Plot

2009-03-02 Thread Rau, Roland
Dear Prof. Ripley, > -Original Message- > From: Prof Brian Ripley [mailto:rip...@stats.ox.ac.uk] > Sent: Monday, March 02, 2009 3:05 PM > To: Rau, Roland > Cc: r-help@r-project.org > Subject: Re: [R] Bold Face in Plot > > thestring <- "the-actual-string&

Re: [R] Bold Face in Plot

2009-03-02 Thread Prof Brian Ripley
On Mon, 2 Mar 2009, Rau, Roland wrote: Dear all, I am trying to plot some text in bold face which works fine: plot(0:1,0:1,type="n") text(x=0.5, y=0.5, labels=expression(bold("the-actual-string"))) Now when I try to do the following, the displayed text reads thestring: thestring <- "the-actu

[R] Bold Face in Plot

2009-03-02 Thread Rau, Roland
Dear all, I am trying to plot some text in bold face which works fine: plot(0:1,0:1,type="n") text(x=0.5, y=0.5, labels=expression(bold("the-actual-string"))) Now when I try to do the following, the displayed text reads thestring: thestring <- "the-actual-string" plot(0:1,0:1,type="n") text(x=0