[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 •Adding fields in SVG file
Page 1 of 1

Adding fields in SVG file

Posted: 22 Jun 2012 09:29
by akjoshi
Hi,
I want to know if we can add extra fields in .svg file which can be exported in Gephi.

Currently the .svg file has attributes like co-ordinates of node/edges, color , shape etc.

I have some user defined attributes associated with nodes and edges, can I put them into the .svg file which is exported in Preview?

Is there a way to do it?

Thanks,
Akshay

Re: Adding fields in SVG file

Posted: 22 Jun 2012 13:23
by eduramiba
Hi Akshay,
It is not possible now, but I think it could be done with a Preview plugin that changes SVG code of the nodes/edges.

Eduardo