[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
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2013-02-06T01:37:55+01:00 https://forum-gephi.org/app.php/feed/topic/2441 2013-02-06T01:37:55+01:002013-02-06T01:37:55+01:00 https://forum-gephi.org/viewtopic.php?t=2441&p=8064#p8064 <![CDATA[Re: Combination of multiple layout algorithms]]>
=> This is not possible at the moment. Implementation would mean writing a layout plugin. You can check examples here:
https://gephi.org/2012/introducing-the- ... -bootcamp/

Best,

Clement

Statistics:Posted by seinecle — 06 Feb 2013 01:37


]]>
2013-02-05T19:07:03+01:002013-02-05T19:07:03+01:00 https://forum-gephi.org/viewtopic.php?t=2441&p=8057#p8057 <![CDATA[Combination of multiple layout algorithms]]>
My objective is the following: I want to display a dynamic graph where a group of nodes have coordinates changing over time and the remaining nodes do not have location information. Nodes with location information should be drawn at the exact location. Other nodes without location information (connected with edges to one or more nodes with location information) should be displayed nearby.

What I have is a visualization with the Geolayout plugin:
  • + nodes with location information are drawn correctly
    - nodes without location information are not positioned next to the connected node(s)
The other option is a visualization with the ForceAtlas(2) plugin:
  • + nodes without location information are positioned next to the connected node(s)
    - nodes with location information are _not_ drawn correctly
The question is whether there is a possibility to combine two (prioritized) layout algorithms (i.e. Geolayout and ForceAtlas), each responsible for a group of nodes.

If this is not already implemented comments are welcome on how to implement this.

Statistics:Posted by shreddler — 05 Feb 2013 19:07


]]>