igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] VertexDendogram plotting


From: Paul Lagrée
Subject: Re: [igraph] VertexDendogram plotting
Date: Thu, 19 Sep 2013 10:35:32 +0200

Indeed.
Thanks for this fast answer.

> From: address@hidden
> Date: Thu, 19 Sep 2013 10:29:52 +0200
> To: address@hidden
> Subject: Re: [igraph] VertexDendogram plotting
>
> Hi,
>
> plotting dendrograms works for me; e.g.:
>
> g = Graph.GRG(100, 0.2)
> d = g.community_fastgreedy()
> plot(d)
>
> If it still doesn't work for you, send me your graph and some short sample code to reproduce the issue and I'll take a look at it.
>
> --
> T.
>
> On 19 Sep 2013, at 10:06, Paul Lagrée <address@hidden> wrote:
>
> > Hi,
> >
> > I have a VertexDendogram object from a community_fastgreedy algorithm on my graph. I'd like to plot it but I don't succeed in doing that.
> > There is a method __plot__(context, bbox, palette) but I don't have anything plotted so I guess I don't use it properly.
> > Thanks for helping me,
> >
> > Paul
> > _______________________________________________
> > igraph-help mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
> _______________________________________________
> 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]