[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) 2011-02-18T15:09:12+01:00 https://forum-gephi.org/app.php/feed/topic/943 2011-02-18T15:09:12+01:002011-02-18T15:09:12+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2565#p2565 <![CDATA[Re: Layout with bounds]]> https://secure.wikimedia.org/wikipedia/ ... b_geometry

Statistics:Posted by rotten — 18 Feb 2011 15:09


]]>
2011-02-18T10:42:47+01:002011-02-18T10:42:47+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2561#p2561 <![CDATA[Re: Layout with bounds]]>
rotten wrote:Concentrate nodes in radial or concentric "bands".
Right! I will most probably try to have nodes with a common "look" (e.g. degree and common neighbour) gathered so that they always appear closed in a region, and no other "kind of node" in the region. I'll tell you if I go further on this attempt.
rotten wrote:Represent some sort of surface topology so that nodes tend to slide into "valleys" or "holes".
Simulate non-euclidean geometric surfaces.
That sound interesting!
rotten wrote:'Taxicab' path visualizations by pushing nodes land on a grid.
Sorry, I don't understand what you mean :roll:

Martin

Statistics:Posted by martin.pernollet — 18 Feb 2011 10:42


]]>
2011-02-17T17:15:10+01:002011-02-17T17:15:10+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2554#p2554 <![CDATA[Re: Layout with bounds]]>
rotten wrote:Now you have me thinking about using overloaded gravity functions to maybe do other things with force-layout (which don't necessarily make any sense, but could be fun exercises) such as:
  • Concentrate nodes in radial or concentric "bands".

    Represent some sort of surface topology so that nodes tend to slide into "valleys" or "holes".

    Simulate non-euclidean geometric surfaces.

    'Taxicab' path visualizations by pushing nodes land on a grid.
These could make a lot of sense in certain use cases.

Statistics:Posted by elijah — 17 Feb 2011 17:15


]]>
2011-02-17T17:13:09+01:002011-02-17T17:13:09+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2552#p2552 <![CDATA[Re: Layout with bounds]]>
  • Concentrate nodes in radial or concentric "bands".

    Represent some sort of surface topology so that nodes tend to slide into "valleys" or "holes".

    Simulate non-euclidean geometric surfaces.

    'Taxicab' path visualizations by pushing nodes land on a grid.
  • Statistics:Posted by rotten — 17 Feb 2011 17:13


    ]]>
    2011-02-17T15:46:59+01:002011-02-17T15:46:59+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2551#p2551 <![CDATA[Re: Layout with bounds]]>
    Depending on the shape of your gravity curve you would be able to define a "soft border", where tiny increments in distance from the origin would require significantly increasing forces to achieve.

    You could also probably get fancy and have a multi-axis Gravity function so that you approximate a rectangle instead of a circle.

    Statistics:Posted by rotten — 17 Feb 2011 15:46


    ]]>
    2011-02-17T12:06:46+01:002011-02-17T12:06:46+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2549#p2549 <![CDATA[Re: Layout with bounds]]> The work is trivial to do, so I only send a picture, but ask me if you want a sample code.
    Martin
    border.png

    Statistics:Posted by martin.pernollet — 17 Feb 2011 12:06


    ]]>
    2011-02-17T01:20:00+01:002011-02-17T01:20:00+01:00 https://forum-gephi.org/viewtopic.php?t=943&p=2544#p2544 <![CDATA[Layout with bounds]]> I have the need to set bounds for a layout, and started with a square contour. On a basic home made force layout, I applied a brutal force that forbids node to go out of the desired bounds by just sticking them on the border.
    The problem with this approch is that strongly connected components approching a corner get sticked in: most of the node repel each other toward exterior which maintain some of the nodes in the corner. The nodes that do not stick to the corner get so much repulsion that they got rejected in the diagonal corner, and layout blinks this way.

    I could try to tune the force parameters more smartly, but I think bounds with progressive force would avoid such schemas. Are there any other methods to cleanly bound layouts?

    Regards,
    Martin

    Statistics:Posted by martin.pernollet — 17 Feb 2011 01:20


    ]]>