igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] help with some plots


From: Gábor Csárdi
Subject: Re: [igraph] help with some plots
Date: Sun, 15 Mar 2009 18:38:12 +0100

On Sun, Mar 15, 2009 at 6:00 PM, simone gabbriellini
<address@hidden> wrote:
> Hello again list,
>
> I was wondering how to do some plots with igraph...
>
> I see Effective diameter - distance at which 90%  of pairs of nodes are
>  reachable - is one of the used plot to display static network patterns...
> is it possible to realize with igraph?

path.length.hist creates a histogram of all the path length, its
running time is quadratic of course.

> Second question: do you (experts of complex network) use some particolar
> type of plot to display path length patterns in a network as node number
> increase?

I don't know anything standard, but perhaps you can create a couple of
(normalized) histograms with path.length.hist. Or just plot the
average path length in the function of network size first.

Gabor

> thanks,
> Simone
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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