[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
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •[SOLVED] Sigma.js export - Node titles
Page 1 of 1

[SOLVED] Sigma.js export - Node titles

Posted: 31 Jul 2013 12:05
by Elyvee
Apologies if this is a silly question, but I was wondering if there is a way to change the default to display node titles when exporting with sigma.js? Currently, the titles are only displayed if I hover over the nodes or select one manually. As my project requires a visual display of the network, I was hoping to achieve something more like this : http://oxfordinternetinstitute.github.i ... ukgov.json (taken from the visualisation demo page http://blogs.oii.ox.ac.uk/vis/?page_id=115).

Any suggestions would be appreciated, including alternatives. I have tried seadragon but it has yet to produce anything, possibly due to the size of my network.

Thanks!

Re: Sigma.js export - Node titles

Posted: 31 Jul 2013 16:51
by eduramiba
Hi,
I think you can do this by lowering the label threshold http://sigmajs.org/examples/gexf_example.html

Eduardo

Re: Sigma.js export - Node titles

Posted: 31 Jul 2013 22:31
by Elyvee
Worked like an absolute charm, thanks!