igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] VertexDendogram plotting


From: Tamás Nepusz
Subject: Re: [igraph] VertexDendogram plotting
Date: Thu, 19 Sep 2013 10:29:52 +0200

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




reply via email to

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