Created
April 26, 2011 15:29
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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