igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] latin characters on nodes


From: Gábor Csárdi
Subject: Re: [igraph] latin characters on nodes
Date: Wed, 8 Apr 2009 15:10:49 +0200

Thanks. Please try to set a different locale, e.g. start R with

LC_ALL=en_US.UTF-8 R

or

LC_ALL=fr_FR.UTF-8 R

and then see whether it works.

Also, for a quick test, please (in your current locale) try doing

plot(graph.ring(10), vertex.label=1:10)

and

plot(graph.ring(10), vertex.label=as.character(1:10))

and tell me whether these work or not. Thanks, G.

On Wed, Apr 8, 2009 at 2:41 PM, isabel brito <address@hidden> wrote:
>
> For instance the code
> g<-       graph.formula( A--B, C--D, E--F, G--H, I, J, K )
>
> draws (attached)
>    graphX11.png    on X11 device
> and
>    graphpdf.pdf    on pdf device
>
> The output of the sessionInfo() command is
>
[...]

-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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