[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 •Change rendering order of edges?
Page 1 of 1

Change rendering order of edges?

Posted: 20 Dec 2017 19:39
by corrado33
It seems the Gephi likes to render the fatter edges first and the thinner edges last.

(At least for the force directed layouts.)

I'd like to render the thinner edges first and the fatter ones last so that the fat edges are "on top" of the thin edges.

Is there a way to do this?

Re: Change rendering order of edges?

Posted: 20 Dec 2017 19:58
by eduramiba
Hi,
Rendering order cannot be changed, I think it follows the order un which edges have been added to the graph.

Re: Change rendering order of edges?

Posted: 20 Dec 2017 20:10
by corrado33
eduramiba wrote:
20 Dec 2017 19:58
Hi,
Rendering order cannot be changed, I think it follows the order un which edges have been added to the graph.
Is there a way to change the order in which edges are added to the graphs? :D

Maybe I'll try sorting my excel file the other way then importing it and see if that helps.

EDIT: Didn't work.

Also, what I said before isn't completely true. Some of my smaller edges are above my larger edges, some are below. I'm guessing gephi plots edges in an order related to the highest frequency node perhaps? Starts with the node with the most edges and works it's way out? Maybe... dunno.