GEXF option <spells> doesn't work

Bug #709235 reported by Adam Szanto-Varnagy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Fix Released
Low
Sébastien Heymann

Bug Description

Loading time-dynamics using the <spells> tag, the new elements are appearing, but they won't disappear, as moving the timeline filter. Minimal working example:

<gexf version="1.1" xmlns="http://www.gexf.net/1.1draft" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.1draft http://www.gexf.net/1.1draft/gexf.xsd">
    <graph mode="dynamic" timeformat="date">
        <nodes>
   <node id="20" label="Node1" start="2008-09-09" />
   <node id="18" label="Node2" start="2010-03-31" />
        </nodes>
  <edges>
    <edge id="20-18" source="20" target="18">
   <spells>
                <spell start="2008-01-01" end="2008-01-15" />
                <spell start="2009-01-30" end="2009-02-01" />
   </spells>
    </edge>
  </edges>
    </graph>
</gexf>

After loading this, and moving timeline to 2008-02-01 - 2008-08-01, the edge is still visible.

Tags: import gexf
Revision history for this message
Sébastien Heymann (sebastien.heymann) wrote :

Hi,

As explained here (http://gexf.net/format/history.html), this feature has been renamed and is not supported by the current version of Gephi.

Please name these "slices" instead of "spells".

tags: added: gexf import
Changed in gephi:
milestone: none → 0.7beta
Revision history for this message
Sébastien Heymann (sebastien.heymann) wrote :

Fix in rev 2114, will be part of the Gephi 0.8alpha release only.

Changed in gephi:
status: New → Fix Committed
assignee: nobody → Sébastien Heymann (sebastien.heymann)
importance: Undecided → Low
Changed in gephi:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.