igraph-help
[Top][All Lists]
Advanced

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

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


From: MATSUDA, Noriyuki
Subject: [igraph] R2.7.0 fails to show vertex labels on Quartz
Date: Thu, 15 May 2008 17:03:23 +0900

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> 松田紀之









reply via email to

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