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

Using the Yifan Hu Proportional layout algorithm


This Yifan Hu Proportional layout algorithm is very much similar to the Yifan Hu layout algorithm, except that it uses a proportional displacement strategy for node placement in the graphical space. The accuracy and speed are almost comparable to that of Yifan Hu's.

How to do it…

We will begin with the Les Misérables network and explain how to use the Yifan Hu Proportional algorithm on it. The steps remain the same for any other network too. So let's get started:

  1. Load the Les Misérables graph in Gephi.

  2. In the Layout panel, click on the drop-down menu that says ---Choose a layout.

  3. From the drop-down menu, select Yifan Hu Proportional.

  4. Hit Run.

The following screenshot shows how the Les Misérables graph will look after the Yifan Hu Proportional algorithm has been executed:

See also