[TODO] GEXF Edge Thickness

All questions about the GEXF (see http://gexf.net before)
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
pdadamczyk
Posts:2
Joined:25 Jun 2010 16:23
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[TODO] GEXF Edge Thickness

Post by pdadamczyk » 25 Jun 2010 16:32

Hi - I'm having trouble getting <viz:thickness> values for my edges to appear in graphs - not sure if it's a rendering problem or that edge thickness from .gexf's is not yet implemented?
I found two blueprints that deal with the issue - one implemented, the other started.

Any suggestions?

Thanks,
Piotr

User avatar
mbastian
Gephi Architect
Posts:728
Joined:10 Dec 2009 10:11
Location:San Francisco, CA
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: GEXF Edge Thickness

Post by mbastian » 25 Jun 2010 18:15

Hi Piotr, for defining the thickness of edges, simply do

Code: Select all

<edge source="n0" target="n1" weight="3.5"/>
You may be interested by libgexf to generate your GEXF files also.

pdadamczyk
Posts:2
Joined:25 Jun 2010 16:23
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: GEXF Edge Thickness

Post by pdadamczyk » 25 Jun 2010 19:37

Thanks!
Any plans on supporting both edge.weight and <viz:thickness>? I might have need for both...
For example using thickness for the "amount" flowing from n1 to n2 and weight being a scaling variable?

Thanks again,
Piotr

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: GEXF Edge Thickness

Post by admin » 26 Jun 2010 10:24

Hi, the thickness value is not already supported by Gephi as edge viz attributes is a late addition. I've added it in the Idea List.

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable