The real wordsTheory
What node and edge properties are used for
When you draw a network, three node properties are available and each should carry meaning.
- Size: a node's importance, usually a centrality score
- Colour: a category, such as its community or department
- Position: structure, since closely connected nodes are placed near each other by the layout
And for edges: weight as thickness, direction as an arrowhead, type as colour or style.
Size by centrality, colour by community. That single sentence describes almost every Gephi picture in this course.