[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 •Edit gexf
Page 1 of 1

Edit gexf

Posted: 05 Apr 2018 13:14
by nikolkotz
I have a gexf file that I haven't created and I would like to change its format, eg data type, add color,merge attributes. I don't want to do it manually from the Data Laboratory but preferably in python. Can you give me a hint on how I could approach it?

Thanks

Re: Edit gexf

Posted: 05 Apr 2018 14:09
by eduramiba
I guess you can use networkx but I have never tried it https://networkx.github.io/documentatio ... .gexf.html

Re: Edit gexf

Posted: 05 Apr 2018 14:17
by nikolkotz
Cheers!