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
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
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&
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
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
5 matches
Mail list logo