Skip to content

control point size of superscript when labeling axes with title()

3 messages · David Winsemius, Chris Solomon

#
On Dec 4, 2012, at 11:05 AM, Chris Solomon wrote:

            
It is not the fact that you are using title, but rather (I think) the fact that numbers are handled differently than text in plotmath. You are also unnecessarily using 'paste' and incorrectly including 'sep' argument in plotmath-paste, which does not honor that argument. 

Regular R-paste != plotmath-paste

Quoting the exponents allows textstyle to do its job properly.
You might want to read what the Posting Guide says about HTML posting.
David Winsemius, MD
Alameda, CA, USA
#
Fantastic - that does the trick, David, thanks for setting me straight!

Chris

-----Original Message-----
From: David Winsemius [mailto:dwinsemius at comcast.net] 
Sent: Tuesday, December 04, 2012 8:19 PM
To: Chris Solomon
Cc: r-help at r-project.org
Subject: Re: [R] control point size of superscript when labeling axes with title()
On Dec 4, 2012, at 11:05 AM, Chris Solomon wrote:

            
It is not the fact that you are using title, but rather (I think) the fact that numbers are handled differently than text in plotmath. You are also unnecessarily using 'paste' and incorrectly including 'sep' argument in plotmath-paste, which does not honor that argument. 

Regular R-paste != plotmath-paste

Quoting the exponents allows textstyle to do its job properly.
You might want to read what the Posting Guide says about HTML posting.
David Winsemius, MD
Alameda, CA, USA