This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Description
Hello,
I ran Circulo algorithms on my own data which is a graphml file of all the followers connection from a twitter account.
Sadly I get this result:

It is a multicolor graph where you can't see any colored communities (green red blue are all over the graph). And this is happening for every algorithm. This is the final plotted graph file that you can open with Igraph to see the same:
followers.txt
I tried the algorithms on the "karate" dataset and they work fine. So the problem comes from my dataset.
I launch algorithms on this graphml file (converted to a .txt to be able to link in on this page) with 1354 nodes and 2756 edges:
followers.txt
This is what my terminal says when running "run_algos.py":
run_algosTerminal.txt
Is my file to big?
Do I have to many node attributes?
Does Circulo not support MultiDirectedGraphs?