igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] bow tie


From: Simone Gabbriellini
Subject: Re: [igraph] bow tie
Date: Wed, 27 Feb 2013 11:49:32 +0100

Hi,

thanks for your advice.

I think that the important part here is not to plot actual nodes, but
to plot percentage of users in order to check if the in- nodes are
much more than the out- nodes, for instance... the proportions of the
bow tie should be informative in some sense.

Best,
Simone

2013/2/27 Tamas Nepusz <address@hidden>:
> Hi,
>
> Ah, understood. Well, one thing that you can do is to
>
> 1) extract the largest weakly connected component to get rid of the
> disconnected nodes, let's name this graph G
>
> 2) classify G's nodes as in-, out-, and core nodes.
>
> 3) run layout.fruchterman.reingold with different constraints set on the
> in-, out- and core components. Say, you could specify that nodes of the
> in-component must stay in (0,0)-(1,1), the core must stay in (1,0)-(2,1) and
> the out-component must stay in (2,0)-(3,1). You can specify these using the
> minx, maxx, miny and maxy arguments.
>
> I don't know whether the resulting layout would actually be useable or not,
> but this is what I would try first.
>
> --
> T.
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help



-- 
Simone Gabbriellini, PhD

address@hidden, University of Bologna
mobile: +39 340 39 75 626
email: address@hidden
home: www.digitaldust.it

DigitalBrains srl
Amministratore
mobile: +39 340 39 75 626
email: address@hidden
home: www.digitalbrains.it



reply via email to

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