That fixed it! Thanks so much. Sorry about being noob, but I'm learning a lot. Hopefully my question can help other newcomers. I think this is definitely the best network analysis library around; it's so well-documented, and I hope to contribute to the graph-tool community in whatever way I can as soon as I understand it better. You should be very proud of your work. :)

On Sun, Aug 12, 2012 at 12:03 AM, Tiago Peixoto [via Main discussion list for the graph-tool project] <[hidden email]> wrote:
On 08/11/2012 05:01 PM, mstcamus wrote:
> groups = collections.defaultdict(list)
> for v in g.vertices():
>     groups[name[v]].append(v)

Here you have to use the same property as you used to build the
condensation graph, which in your case is "spins", instead of "name".

Cheers,
Tiago

--
Tiago de Paula Peixoto <[hidden email]>


_______________________________________________
graph-tool mailing list
[hidden email]
http://lists.skewed.de/mailman/listinfo/graph-tool

signature.asc (566 bytes) Download Attachment
--
Tiago de Paula Peixoto <[hidden email]>



If you reply to this email, your message will be added to the discussion below:
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/Show-Members-of-Community-Condensation-Graph-tp4024768p4024771.html
To unsubscribe from Show Members of Community Condensation Graph, click here.
NAML



View this message in context: Re: Show Members of Community Condensation Graph
Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.