[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Export to Graphic with stable(!) positions
Page 1 of 1

Export to Graphic with stable(!) positions

Posted: 31 May 2019 14:35
by tschoellhorn
Hi,

I use gephi to create a dynamic Network. Now I want to create "snapshots" of this network at different points in time. I use the Gephi-Toolkit for that as I want to create reproducible results. Most importantly, I'd like to keep the once computed and exported positions of the nodes stable.

This work quite well - but it has one glitch: In my networks some nodes appear later and they have an outer position. The problem is, that Gephi seems to recalculate the positions in the canvas relatively to the most out-lying nodes, even though the positions are stored in its (x,y)-coordinates.

As a result the positions of my nodes are not always stable.

Are there any hints or proposals how I could fix the translation of Gephi's coordinates to the Export? I tried to use the "AppearanceContronler" and the Preview-API for that. But I did not any clues how I could manage that.

Any help is appreciated!

Tino