igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] R2.7.0 fails to show vertex labels on Quartz


From: Gabor Csardi
Subject: Re: [igraph] R2.7.0 fails to show vertex labels on Quartz
Date: Thu, 15 May 2008 11:29:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Well, i don't have OSX here, but try using a different font, e.g.

plot(g, vertex.label.family="Helvetica")
plot(g, vertex.label.family="Times")

etc.

G.

On Thu, May 15, 2008 at 05:03:23PM +0900, MATSUDA, Noriyuki wrote:
> Hello:
> 
>   I updated R today to 2.7.0 and encountered with the trouble in  
> displaying vertex labels.  The following shows the title but not lables:
> 
> >g <- graph.ring(10)
> >V(g)$name <- LETTERS[1:vcount(g)]
> >plot(g,main="graph.ring")
> 
> > warnings()
> 1: In text.default(x, y, labels = labels, col = label.color,  ... :
>   font "Times-Roman" could not be found
>  ...........
> 
>    I'd appreciate prompt rescue.
> 
> MATSUDA, Noriyuki  <Kanji> 松田紀之
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help

-- 
Csardi Gabor <address@hidden>    UNIL DGM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]