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

Applying a combination of filters on a graph


In the previous recipe, we learned how to apply individual filters on graphs. In this recipe, we will learn how to apply a combination of filters. So let's get started.

How to do it…

The following steps illustrate how to apply a combination of filters to a graph in Gephi.

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

  2. In the Filters panel located on the right-side of the Gephi application window, next to the Statistics panel, expand the Operator option and drag-and-drop the INTERSECTION filter into the Queries panel below.

  3. Now, in the Filters panel, expand the Topology option and drag-and-drop the Degree Range filter under the INTERSECTION filter in the Queries panel.

  4. Again, in the Filters panel, expand the Edges option and drag-and-drop the Edge Weight filter under the INTERSECTION filter in the Queries panel.

  5. Double-click on Modularity Class, or drag-and-drop it in the Queries panel below the Filters panel, to select the filter:

  6. Click on Degree Range in...