[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-08-29T20:21:11+01:00 https://forum-gephi.org/app.php/feed/topic/1986 2017-08-29T20:21:11+01:002017-08-29T20:21:11+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=14564#p14564 <![CDATA[Re: How to make node colors change over time?]]>
bvecchip wrote:
29 Aug 2017 19:54
I really appreciate the above posts and feel like I am close to achieve the same results.

I am trying to create a dynamic number for each of my nodes in order to change their color over time. I have tried several different data types when establishing this new column in my nodes table (integer, intervalinteger, intervalbytemap, string, etc). Which type of data column should a dynamic number ( ex: <[1, 5,0];[5,7,1]>) be placed under? Is there a way to code this directly into the gephi file?
Hi,
For dynamic numbers you should probably use IntervalIntegerMap or IntervalDoubleMap.
Then, use this data with the apply continuously button enabled for either ranking or partition.

I advice you to test it with latest 0.9.2 pre-release https://github.com/gephi/gephi#nightly-builds as it fixes stability issues

Statistics:Posted by eduramiba — 29 Aug 2017 20:21


]]>
2017-08-29T19:54:09+01:002017-08-29T19:54:09+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=14562#p14562 <![CDATA[Re: How to make node colors change over time?]]>
I am trying to create a dynamic number for each of my nodes in order to change their color over time. I have tried several different data types when establishing this new column in my nodes table (integer, intervalinteger, intervalbytemap, string, etc). Which type of data column should a dynamic number ( ex: <[1, 5,0];[5,7,1]>) be placed under? Is there a way to code this directly into the gephi file?

Statistics:Posted by bvecchip — 29 Aug 2017 19:54


]]>
2012-09-19T09:41:59+01:002012-09-19T09:41:59+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=7368#p7368 <![CDATA[Re: How to make node colors change over time?]]>
Good news, I have the re-sizing of nodes working now. I think the problem that I had before was the sizes I had chosen. I chose for the sizes for the Leonard node to change from 1 to 4 which compared to the rest of nodes was hardly noticeable when I ran timeline. I decided to have the changes go from 1 to 100 and it works fine now.

Cheers again,

Lorcan

Statistics:Posted by ltsmash — 19 Sep 2012 09:41


]]>
2012-09-18T19:55:05+01:002012-09-18T19:55:05+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=7367#p7367 <![CDATA[Re: How to make node colors change over time?]]> I tried that data and apply continuosly with size ranking worked fine.
What steps are you exactly following?

Remember to enable auto apply in ranking, set a small timeline window and move it or hit play.

Eduardo.

Statistics:Posted by eduramiba — 18 Sep 2012 19:55


]]>
2012-09-18T11:46:28+01:002012-09-18T11:46:28+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=7366#p7366 <![CDATA[Re: How to make node colors change over time?]]>
Thanks for the link. I was able to create a dynamic integer column in the gephi data laboratory tab. I was unfortunately unable to use the ranking tab and the apply continuously button to get the nodes to change colour. Below is some sample code that I am trying to use. The code along with the timeline feature deletes and creates nodes and links and would be useful for new gephi users to copy and paste just to get the hang of gephi and the timeline feature. When I imported the gexf file into gephi, I created a dynamic integer column called "Degree" in the data laboratory tab. I just entered one value into this new column for the "Leonard" node just to test with the value "<[2.0,3.0,1];[4.0,5.0,3]> and when I tried apply continuously in ranking I had no luck. Are my values for this column ok or should have I included this column somewhere in my code below before importing into Gephi.

Thanks again for your kind patience and help,
Lorcan

<gexf xmlns="http://www.gexf.net/1.2draft" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd" version="1.2">
<meta lastmodifieddate="2009-03-20">
<creator>Gexf.net</creator>
<description>A Web network changing over time</description>
</meta>
<graph mode="dynamic" defaultedgetype="directed" timeformat="numeric">
<attributes class="node" mode="static">
</attributes>
<attributes class="node" mode="dynamic">
</attributes>
<nodes>
<node id="0" label="Leonard" start="2">
</node>
<node id="1" label="Sheldon">
</node>
<node id="2" label="Raj">
<spells>
<spell end="1"/>
<spell start="3" end="8"/>
</spells>
</node>
<node id="3" label="Howard">
<spells>
<spell end="1"/>
<spell start="2" end="6"/>
</spells>
</node>
<node id="4" label="Penny">
<spells>
<spell end="1"/>
<spell start="6" end="8"/>
</spells>
</node>
</nodes>
<edges>
<edge id="0" source="0" target="1" start="2"/>
<edge id="1" source="0" target="2" start="4" end="8"/>
<edge id="2" source="1" target="0" start="2"/>
<edge id="3" source="2" target="1" start="5" end="8"/>
<edge id="4" source="0" target="3" start="2" end="8"/>
<edge id="5" source="1" target="4" start="7" end="8"/>
</edges>
</graph>
</gexf>

##Comment-don't copy this
Copy and paste the code above to a text file. Save as test.txt or whatever name you like. Exit. Go into my documents or wherever you saved the file and rename as "test.gexf" and click to open and it should open in Gephi.

Statistics:Posted by ltsmash — 18 Sep 2012 11:46


]]>
2012-09-12T18:14:07+01:002012-09-12T18:14:07+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=7354#p7354 <![CDATA[Re: How to make node colors change over time?]]> Check this page for dynamic types syntax https://gephi.org/users/supported-graph ... readsheet/

Eduardo

Statistics:Posted by eduramiba — 12 Sep 2012 18:14


]]>
2012-09-11T12:18:17+01:002012-09-11T12:18:17+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=7343#p7343 <![CDATA[Re: How to make node colors change over time?]]>
Quick question on the dynamic number column. whenever i try to make this dynamic integer column in the data laboratory tab and try to fill in some entries, the values just disappear. can you guys give me an example of values this column can take.

Cheers,
Lorcan

Statistics:Posted by ltsmash — 11 Sep 2012 12:18


]]>
2012-07-04T04:07:10+01:002012-07-04T04:07:10+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=6831#p6831 <![CDATA[Re: How to make node colors change over time?]]>
eduramiba wrote:Hi,
You can achieve something similar by using the apply continuously option in ranking (small button next to apply), and making it use a dynamic number column. Then, when you move the timeline with this option enabled, color will change according to the column value at that interval.

If you wanted to use directly a list of colors, it is not possible yet I think, but could be implemented as a plugin that uses 3 dynamic columns as r,g,b.

Eduardo
Thank you very much! That makes a large difference already! :lol: Looking forward to new version. There is still much room to improve.

Statistics:Posted by gryang11 — 04 Jul 2012 04:07


]]>
2012-07-03T14:13:59+01:002012-07-03T14:13:59+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=6828#p6828 <![CDATA[Re: How to make node colors change over time?]]> You can achieve something similar by using the apply continuously option in ranking (small button next to apply), and making it use a dynamic number column. Then, when you move the timeline with this option enabled, color will change according to the column value at that interval.

If you wanted to use directly a list of colors, it is not possible yet I think, but could be implemented as a plugin that uses 3 dynamic columns as r,g,b.

Eduardo

Statistics:Posted by eduramiba — 03 Jul 2012 14:13


]]>
2012-07-03T03:17:03+01:002012-07-03T03:17:03+01:00 https://forum-gephi.org/viewtopic.php?t=1986&p=6827#p6827 <![CDATA[How to make node colors change over time?]]> Thanks in advance.

Statistics:Posted by gryang11 — 03 Jul 2012 03:17


]]>