Dear list members, I'm starting to use Gephi and it's really exciting.
Is there a way to use different node symbols in a graph produced in Gephi?
Most networks that I analyze are two-mode, so it's important to use different graphical representations for different node classes. In Pajek, I normally edit node symbols manually in the NET file. In R packages there are some parameters in the graph-drawing functions that allow the same result.
Thanks for your help.
How to use different node symbols?
-
- Posts:3
- Joined:03 Aug 2016 14:20 [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: How to use different node symbols?
Hi,
did u ever figure out if it works?
Thanks!
Nadine
did u ever figure out if it works?
Thanks!
Nadine
Re: How to use different node symbols?
Unfortunately, not...
-
- Posts:31
- Joined:21 Dec 2010 21:17 [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: How to use different node symbols?
What do you mean by node symbols, something like that:
http://mrvar.fdv.uni-lj.si/pajek/Symbol ... amples.htm
or something like that:
http://mrvar.fdv.uni-lj.si/pajek/Transp ... nHouse.htm
?
http://mrvar.fdv.uni-lj.si/pajek/Symbol ... amples.htm
or something like that:
http://mrvar.fdv.uni-lj.si/pajek/Transp ... nHouse.htm
?
Re: How to use different node symbols?
Yes, precisely. In Pajek I use different symbols (ellipses, boxes, triangles etc.) to represent different classes of vertices in the network. It would be great to have this possibility in Gephi too.
-
- Posts:31
- Joined:21 Dec 2010 21:17 [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: How to use different node symbols?
By providing the two links I wanted to draw your attention on difference between symbols and shapes.
What you call symbols are actually shapes in Pajek
(like ellipse,box, triangle, diamond, man, woman, house,....).
This is explained in the first link I have provided:
http://mrvar.fdv.uni-lj.si/pajek/Transp ... nHouse.htm
Symbols are something different. You can attach any Unicode symbol
(e.g. smiley, weather symbol, gender symbol,...) to selected partition class:
you simply say that all nodes in class (e.g. community class) should be
labeled on the picture with the same - selected - symbol.
This is explained in another link:
http://mrvar.fdv.uni-lj.si/pajek/Symbol ... amples.htm
But actually (as explained in this page), with some tricks,
symbols can also be used as additional shapes.
I hope that was helpful.
What you call symbols are actually shapes in Pajek
(like ellipse,box, triangle, diamond, man, woman, house,....).
This is explained in the first link I have provided:
http://mrvar.fdv.uni-lj.si/pajek/Transp ... nHouse.htm
Symbols are something different. You can attach any Unicode symbol
(e.g. smiley, weather symbol, gender symbol,...) to selected partition class:
you simply say that all nodes in class (e.g. community class) should be
labeled on the picture with the same - selected - symbol.
This is explained in another link:
http://mrvar.fdv.uni-lj.si/pajek/Symbol ... amples.htm
But actually (as explained in this page), with some tricks,
symbols can also be used as additional shapes.
I hope that was helpful.
-
- Posts:1
- Joined:07 Dec 2016 14:50 [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: How to use different node symbols?
HOw can I change the node's size?