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?
Change rendering order of edges?
- eduramiba
- Gephi Code Manager
- Posts:1064
- Joined:22 Mar 2010 15:30
- Location:Madrid, Spain [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Change rendering order of edges?
Hi,
Rendering order cannot be changed, I think it follows the order un which edges have been added to the graph.
Rendering order cannot be changed, I think it follows the order un which edges have been added to the graph.
-
- Posts:6
- Joined:19 Dec 2017 21:43 [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Re: Change rendering order of edges?
Is there a way to change the order in which edges are added to the graphs?

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.