← Back to team overview

gephi.team team mailing list archive

[Bug 555637] Re: dynamic graph unrecognized if everlasting nodes

 

Is fixed with the new GEXF parser

** Changed in: gephi
       Status: New => Fix Committed

** Changed in: gephi/0.7
       Status: New => Fix Committed

-- 
dynamic graph unrecognized if everlasting nodes
https://bugs.launchpad.net/bugs/555637
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Fix Committed
Status in Gephi 0.7 series: Fix Committed

Bug description:

A graph whose mode is set to dynamic but which doesn't have any node with a start or end attribute will bot be recognized by gephy as dynamic.

To reproduce it : 
- Take the file dynamics.gexf from gexf.net
    $wget http://gexf.net/data/dynamics.gexf

- open it with gephi and check it is well recognized as dynamic

- then edit it and remove only the start="2009-03-01" from node id=0
    <nodes>
          <node id="0" label="Gephi" start="2009-03-01">
becomes
    <nodes>
          <node id="0" label="Gephi" >

- open it again with gephi and see that it is recognized as static

(see http://forum.gephi.org/viewtopic.php?f=4&t=111)