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

Filtering dynamic graphs based on time intervals


Dynamic graphs occur almost everywhere in our day-to-day lives and hence it becomes very important for a good visualization tool to allow capabilities for studying these graphs. Gephi has some brilliant features for studying various properties of dynamic graphs. In this recipe, we will learn how to filter dynamic graphs based on varying timelines, so that one can see the status of the network in a time range. Let's get started then.

Getting ready

To work on this recipe, we will first need to generate a dynamic graph to work on. To do that, follow these steps:

  1. Load Gephi into a blank project mode.

  2. Click on the File option in the menu bar that is located at the top of the Gephi application window. From the drop-down list, select Generate and then Dynamic Graph Example. This generates a new dynamic graph in Gephi.

  3. Run the Fruchterman Reingold algorithm on this graph.

  4. In the Partition panel, under the Nodes tab, click on the refresh button to populate...