What I'm trying to do is a visualization of a label propagation algorithm. I need to change the label of a node within certain time and accordingly to that label the node need to assume the color that label.
The trick Gephi part here is how to change the label dynamically from the gexf file so I can set the Gephi to show different colors to different labels or how do I just change the color directly on the file (but accordingly to the time stamp, not in a static way).
I know that question is very specific but I saw some Gephi user around SO before.
Thank you!