Skip to content

Instantly share code, notes, and snippets.

@versae
Created April 26, 2011 15:29
Show Gist options
  • Save versae/942487 to your computer and use it in GitHub Desktop.
Save versae/942487 to your computer and use it in GitHub Desktop.
Mirroring by symmetry on axe X (reflection) of a graph in Gephi Script Console
for node in getGraph().nodes:
x, y = getPos(node)
setPos(node, -x, y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment