Book Image

Gephi Cookbook

Book Image

Gephi Cookbook

Overview of this book

Table of Contents (18 chapters)
Gephi Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Coloring and sizing nodes in the graph


Sometimes, while studying the properties of a network, we need to manually alter some of the attributes of the nodes, such as their color and size. This section explains how to achieve this.

How to do it…

The following steps illustrate how to resize individual nodes in the graph:

  1. Click on the diamond-shaped button in the toolbar placed on the left-hand side of the Graph panel. The mouse pointer, when placed over it, should show a descriptor textbox that reads Sizer.

  2. Click on the node that you want to resize and while holding the mouse button, drag the mouse vertically upwards or downwards. Dragging the mouse upwards will increase the size of the node and dragging it downwards will decrease the size.

  3. If the resized node now hides a part of the graph that you otherwise want to continue looking at, click on the button in the same toolbar with a hand symbol on it. Placing the mouse pointer on this button should show up a descriptor textbox that reads Drag.

  4. Now...