Skip to content

text() does not work

2 messages · J Andrés Christen, David Winsemius

#
When plotting, no text appears in the Quartz window (no axis labels, etc.) and
text() does not work:
No main title appears a no axis labels.
no "w" appears.

Earlier today I did a general software update.  I tried changing to the previous version
I was using, 2.8, but this did not help.

With
all plots appear, but no text at all.  I tested the png() device, and no text appears there either.


Please help.

Dr J Andres Christen            	Tel: +52-(473)-732-7155, ext. 49563
CIMAT
A. P. 402                       		Fax: +52-(473)-732-5749
36000, Guanajuato, Gto.         e-mail: jac at cimat.mx
MEXICO                          		http://www.cimat.mx/~jac

"Dort, wo man B?cher verbrennt, verbrennt man am Ende auch Menschen"
"Donde quemen libros, terminar?n quemando personas"
"Where they burn books, they will ultimately also burn people"
Heinrich Heine (1797-1856).
#
On Aug 12, 2010, at 6:21 PM, J Andr?s Christen wrote:

            
There have been instances where fonts in the Mac system have become  
replaced by corrupted versions. I had it happen with my Symbol font.   
I wonder if one of your primary fonts used by R (and here I believe  
you would be primarily looking at Courier and Helvetica)  suffered a  
similar fate. When it happened to me I found two entries for the same  
font using Font Book.app. Deleting the one that displayed as blanks  
solved the problem. This is what can be used to determine the current  
fonts used by the quartz device:

 > quartzFonts()
$serif
[1] "Times-Roman"      "Times-Bold"       "Times-Italic"     "Times- 
BoldItalic"

$sans
[1] "Helvetica"             "Helvetica-Bold"        "Helvetica- 
Oblique"     "Helvetica-BoldOblique"

$mono
[1] "Courier"             "Courier-Bold"        "Courier-Oblique"      
"Courier-BoldOblique"


--

David Winsemius, MD
West Hartford, CT