gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00724
[Bug 555637] Re: dynamic graph unrecognized if everlasting nodes
** Changed in: gephi
Status: Fix Committed => Fix Released
** Changed in: gephi/0.7
Status: Fix Committed => Fix Released
--
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 Released
Status in Gephi 0.7 series: Fix Released
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)