gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 620 forks source link

A filter from file plugin #120

Closed ypanagis closed 7 years ago

ypanagis commented 8 years ago

I created a plugin for users to be able to keep only those nodes that have labels from a list of names, provided in a text file. The filter is available under Filters>Attributes as a new entry outside all categories called Filter by list.

The user can then create a .txt file, with one label per row, locate the file in the filesystem from the filter panel by pressing Choose file and then press Filter to see the results

An example such file would contain the entries:

Gavroche
Valjean

for the Miserables' network and would then keep only the nodes of the two heroes OR those nodes plus their immediate neighbors if the user checks the Include neighbors option in the filter

eduramiba commented 7 years ago

Your plugin is now available at the update center :smiley: