igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] elementary community_fastgreedy()


From: osman eryurt
Subject: Re: [igraph] elementary community_fastgreedy()
Date: Wed, 6 Jul 2011 01:15:25 +0300

thank you Tamas for your previous answer.

but my created cl dentogram is having problems with plot() 

simply plot(cl)

and gives the error

Traceback (most recent call last):
  File "<pyshell#27>", line 1, in <module>
    plot(cl)
  File "C:\Python26\lib\site-packages\igraph\drawing.py", line 762, in plot
    result = Plot(target, bbox)
  File "C:\Python26\lib\site-packages\igraph\drawing.py", line 222, in __init__
    self._surface_was_created=not isinstance(target, cairo.Surface)
  File "C:\Python26\lib\site-packages\igraph\drawing.py", line 51, in __getattr__
    raise TypeError, "plotting not available"
TypeError: plotting not available

also i want to ask how can i learn which node belong to which cluster and cluster count  from dentogram object ? 
and how can we plot them?






reply via email to

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