← Back to team overview

gephi.team team mailing list archive

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

 

The problem is different: as dynamic attributes are not implemented yet,
if nor node nor edge is dynamic, the graph is interpreted as static.

** Changed in: gephi
       Status: New => Won't Fix

** Changed in: gephi
   Importance: Undecided => Low

** Changed in: gephi
    Milestone: None => 0.7alpha3

** Changed in: gephi
       Status: Won't Fix => New

** Also affects: gephi/0.7
   Importance: Undecided
       Status: New

** Changed in: gephi/0.7
   Importance: Undecided => Low

-- 
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: New
Status in Gephi 0.7 series: New

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)