Hi-

A journal has asked me to make all of my text annotations on a figure at 
10-point size. For the most part this is easy, e.g. by creating figures with:
   pdf(..., family='Times', pointsize=10)

But where I have superscripts (or subscripts) in axis labels, the default seems 
to be to shrink the superscripted text slightly. For example this code:
   title(ylab=expression(paste('Respiration (mg  ',O[2],'  ',L^-1,' 
',d^-1,')',sep=' ')),outer=T,line=0.3)
produces superscripted numbers at approximately 7 point.

I have been poking around for a solution but not having much luck. The 
textstyle() function keeps superscripted text at original size if you use it 
within a text() call, but I can't figure out an equivalent solution within a 
title() call.

Thanks for any suggestions
Chris

------
Dr. Chris Solomon
Assistant Professor
Dept. of Natural Resource Sciences
McGill University




        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to