Tweaking appearance
Now, let's try highlight the important nodes.
A reasonable measure of importance is the in-degree - the in-degree for a node is the number of other blogs linking to it.
Let's encode this as node size, and label any nodes with an in-degree that is more than 10.
| |
We also compute the in-degree of each node |
|
| |
We define a scale to set the size of each node. |
|
| |
The size of each node is set by its indegree |
|
Color each node based on the cluster number, using the color scale. |
|
| |
Label nodes with an indegree more than 10 |
|
|