[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) 2016-09-24T12:49:09+01:00 https://forum-gephi.org/app.php/feed/topic/5578 2016-09-24T12:49:09+01:002016-09-24T12:49:09+01:00 https://forum-gephi.org/viewtopic.php?t=5578&p=13268#p13268 <![CDATA[Re: best practice large? dynamic graphs: c/python/java/...?]]> I recommend you to ask for help on the Gephi Facebook group: https://www.facebook.com/groups/gephi

Statistics:Posted by eduramiba — 24 Sep 2016 12:49


]]>
2016-09-24T12:21:42+01:002016-09-24T12:21:42+01:00 https://forum-gephi.org/viewtopic.php?t=5578&p=13266#p13266 <![CDATA[best practice large? dynamic graphs: c/python/java/...?]]>
I generate data I'd like to visualize (with dynamic attributes) using gephi.
The code runs in C++ and writes simulation results in binary format to disk. Up to now, I read these files from python for postprocessing.

There will be some/several thousand nodes and edges (appearing over time), with dynamic attributes over several thousand timesteps.
Per node, I will get abt. 20 double valued attributes, changing over timesteps.
Is this large? not sure...

Questions are:
a)
my box operates on debina linux, 16Gb ram, AMD Radeon HD 8570D, 2048 MB HyperMemory graphics card. Will this work out?

b) I was planning to use some of the dynamic attributes to scale and color the nodes. the rest i'd like to see when hovering or selecting nodes. Is this possible? is there a tutorial for this / where ?

c) the (binary) data will grow and I will have different datasets. is it possible to 'configure' the gephi visualisation and apply it (with little effort) to different datasets? like e.g. in kde's kst plotting tool, where I can easily switch data source files and get identically styled plots?

d) currently I write the binary files from c++, open them in python, and was testing gexf export via pygexf. There is almost no documentation on this. In addition, I'm a bit afraid that writing xml like files for such large datasets will result in huge gexf files.
Is there a documented, efficient way to get my data into gephi (possibly without adding java to c++/python already used for my project) in the working style mentioned in c) above?

Thank you!
Alexander

Statistics:Posted by alexpgp — 24 Sep 2016 12:21


]]>