[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) 2013-07-28T23:30:35+01:00 https://forum-gephi.org/app.php/feed/topic/2874 2013-07-28T23:30:35+01:002013-07-28T23:30:35+01:00 https://forum-gephi.org/viewtopic.php?t=2874&p=9093#p9093 <![CDATA[Re: Node Size]]>
Thank you!

Statistics:Posted by wgock13 — 28 Jul 2013 23:30


]]>
2013-07-28T22:57:37+01:002013-07-28T22:57:37+01:00 https://forum-gephi.org/viewtopic.php?t=2874&p=9090#p9090 <![CDATA[Re: Node Size]]> I assume the problem happens because during the import phase, you are leaving the Auto-scale option checked, which doesn't keep original provided sizes.
Maybe we should make this un-checked by default.

Eduardo

Statistics:Posted by eduramiba — 28 Jul 2013 22:57


]]>
2013-07-28T19:02:11+01:002013-07-28T19:02:11+01:00 https://forum-gephi.org/viewtopic.php?t=2874&p=9089#p9089 <![CDATA[Node Size]]>
I have the following graph:

CODE:

<?xml version="1.0" encoding="utf-8"?><gexf xmlns:ns0="http://www.gexf.net/1.1draft/viz" version="1.1" xmlns="http://www.gexf.net/1.1draft" xmlns:viz="http://www.gexf.net/1.1draft/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema-instance">  <graph defaultedgetype="undirected" mode="static">    <nodes>      <node id="Object1" label="Object1">        <ns0:color b="0" g="0" r="255" />        <ns0:size value="50.0" />      </node>      <node id="Object2" label="Object2">        <ns0:color b="255" g="0" r="0" />        <ns0:size value="25.0" />      </node>      <node id="Object3" label="Object3">        <ns0:color b="0" g="255" r="0" />        <ns0:size value="10.0" />      </node>    </nodes>    <edges>      <edge id="0" source="Object1" target="Object2" />      <edge id="1" source="Object2" target="Object3" />    </edges>  </graph></gexf>
But the problem is, that the last node does not have size = 10.0.

Is there any error in the format?


Thank you!

Statistics:Posted by wgock13 — 28 Jul 2013 19:02


]]>