[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) 2017-05-22T19:21:23+01:00 https://forum-gephi.org/app.php/feed/topic/6207 2017-05-22T19:21:23+01:002017-05-22T19:21:23+01:00 https://forum-gephi.org/viewtopic.php?t=6207&p=14389#p14389 <![CDATA[Re: Edge viz attr ignored for gexf]]> Shape is still not supported by Gephi, though it's part of the gexf format.

Statistics:Posted by eduramiba — 22 May 2017 19:21


]]>
2017-05-19T19:08:53+01:002017-05-19T19:08:53+01:00 https://forum-gephi.org/viewtopic.php?t=6207&p=14385#p14385 <![CDATA[Edge viz attr ignored for gexf]]> In short, gephi 0.9.1 simply ignored the viz attribute of edges regarding to shape.
My toy example in gexf is this:

CODE:

<?xml version="1.0" encoding="UTF-8"?><gexf xmlns="http://www.gexf.net/1.3draft" xmlns:viz="http://www.gexf.net/1.3draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.3draft http://www.gexf.net/1.3draft/gexf.xsd" version="1.3"><graph defaultedgetype="undirected"><nodes><node id="1" label="1"><viz:shape value="disc"/></node><node id="2" label="2"><viz:shape value="disc"/></node></nodes><edges><edge id="e0" source="1" target="2" weight="1"><viz:shape value="dotted"/></edge></edges></graph></gexf>
and when opened with gephi I get solid lines for the edge, instead of dotted.
Any hint about what could I'm doing wrong here?
Thanks in advance.

Statistics:Posted by zedruid — 19 May 2017 19:08


]]>