[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) 2014-07-10T11:05:30+01:00 https://forum-gephi.org/app.php/feed/topic/3489 2014-07-10T11:05:30+01:002014-07-10T11:05:30+01:00 https://forum-gephi.org/viewtopic.php?t=3489&p=10531#p10531 <![CDATA[Re: Dynamic scaling of Node size]]> regards
jim

Statistics:Posted by jimkenn — 10 Jul 2014 11:05


]]>
2014-07-08T23:40:10+01:002014-07-08T23:40:10+01:00 https://forum-gephi.org/viewtopic.php?t=3489&p=10525#p10525 <![CDATA[Re: Dynamic scaling of Node size]]> You should add an attribute to your nodes (adding attributes is easy, it is explained in details in the primer).
Then, you could check my tutorial on dynamic scaling to see how this dynamic attribute translates visually in nodes of different sizes through time:
http://clementlevallois.net/training.html

Also, to get a better idea of how dynamic gexf with attributes are written, you can check an example this way:
- in Gephi, do File -> Generate -> Dynamic graph
- Then save it on your computer by doing File -> Export -> Graph -> then choose the gexf file format (not csv as suggested by default)
- Open this gexf file with a text editor and study how dynamic attributes are specified.

Hope this helps,

Clement

Statistics:Posted by seinecle — 08 Jul 2014 23:40


]]>
2014-07-03T17:34:50+01:002014-07-03T17:34:50+01:00 https://forum-gephi.org/viewtopic.php?t=3489&p=10515#p10515 <![CDATA[Dynamic scaling of Node size]]> Kind regards
Jim

CODE:

<?xml version="1.0" encoding="UTF 8"?><gexf xmlns="http://www.gexf.net/1.2draft"xmlns:xsi="http://www.w3.org/2001/XMLSchema instance"xsi:schemaLocation="http://www.gexf.net/1.2drafthttp://www.gexf.net/1.2draft/gexf.xsd"version="1.2"><meta lastmodifieddate="2009 03 20"><creator>Gephi.org</creator><description>A hello world! file</description></meta><graph mode="dynamic" defaultedgetype="directed" timeformat="date" start="2009-01-01" end="2009-03-20"> <nodes><node id="0" label="Hello" start="2009-01-01"></node><node id="1" label="Word" start="2009-03-01"></node></nodes><edges><edge id="0" source="0" target="1" weight="2.4" /></edges></graph></gexf>

Statistics:Posted by jimkenn — 03 Jul 2014 17:34


]]>