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 <[email protected]> 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
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help


_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to