igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] plot.igraph and x-axis


From: Gábor Csárdi
Subject: Re: [igraph] plot.igraph and x-axis
Date: Tue, 26 Nov 2013 09:55:10 -0500

Hi,

no, this is an igraph thing, igraph rescales layouts to (-1, 1),
unless you specify the rescale=FALSE:

http://igraph.sourceforge.net/doc/R/plot.common.html

Gabor

On Tue, Nov 26, 2013 at 9:53 AM, Hermann Norpois <address@hidden> wrote:
> Hello,
>
> I want to have an x-axis with x-values refering to V(g)$x.
>
> How does this work?
>
> I tried
> axis (1, at=V(g)$x) without an effect.
>
> dput (axis (1)) has the following output:
> c(-1, -0.5, 0, 0.5, 1)
>
> How can I change this? I guess it is more a classical R-question ...
>
> thanks
> Hermann
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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