I am looking for a tool to automate making graphs with Gephi. I have dozens of similar graphs to prepare (only labels and figures in data differ), so need something able to automatically:
- load nodes and edges from a file (e.g., csv)
- set up layout (e.g., "type='force atlas 2', iterations=n, threads=m, scaling=p, gravity=q...")
- apply selected laoyut
- tune appearance (ranking: color, size)
- export graph
I am aware of Gephi Toolkit, but it is for Java. Maybe there is some other way to automate Gephi? (or I will have to learn Java, which is not bad, but requires time)
I've also found Gephi Scripting Plugin, which is good but lacks some features, e.g. can't set up layout (only runs it with default settings).
Thanks in advance!