Re: [R] Igraph: family 'serif' not included in PostScript device

2009-04-16 Thread Gábor Csárdi
Knut, see this thread here: http://lists.gnu.org/archive/html/igraph-help/2007-07/msg00010.html Best, Gabor On Thu, Apr 16, 2009 at 10:03 AM, Knut Krueger wrote: > Does anybody know how to solve this error? > > postscript(file= "file.ps", family = "Helvetica", font = "Helvetica") > plot.igraph(g

[R] Igraph: family 'serif' not included in PostScript device

2009-04-16 Thread Knut Krueger
Does anybody know how to solve this error? postscript(file= "file.ps", family = "Helvetica", font = "Helvetica") plot.igraph(g, layout=layout.circle, vertex.label.font=2) dev.off() error in text.default(x, y, labels = labels, col = label.color, family = label.family, : family 'serif' not inc