[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 •Edge Bundling
Page 1 of 1

Edge Bundling

Posted: 02 Oct 2016 22:08
by g.pavlopoulos
Hi,
I am using Gephi 0.9.1 and I was wondering whether there is an edge bundling layout.
I have seen the Force Directed Edge Bundling (FDEB) but I don't know how to use it as it is not in the plugin list.
Any help?
Thanks

Re: Edge Bundling

Posted: 02 Oct 2016 22:25
by eduramiba
Hi,
This plugin will be released sometime in the future, when 0.9+ is completely stable.
Meanwhile you can test a demo, non-final build based on 0.8.1 here: https://github.com/eduramiba/gephi/rele ... fdeb-alpha
Same for legends module: https://github.com/eduramiba/gephi/rele ... gend-alpha

Re: Edge Bundling

Posted: 01 Mar 2017 13:17
by Remi s
Hello,

First of all thank you for your work it is proving to be very useful to me in my studies (i am currently a research student in France and I work on immersive graph visualisation).
Do you by any chance have any more information as to when would the Fdeb plugin be released?
I am having a few difficulties with the demo (https://github.com/eduramiba/gephi/rele ... fdeb-alpha) and I don't really know how to properly use this plugin. Basically, I just need a set of intermediate coordinates for every edge given an initial graph already laid out. Ideally I would for example give the plugin a gexf file and it would return the same file except with the additional coordinates on every node.
I am rendering my visualisation on Unity so I am trying to build an external program that uses your api and make requests to it from unity in order to update my layouts.

Thank you in advance for your help,

Remi S