Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide unused nodes after filtering

Tags:

nodes

gephi

To create separate models for separate years (year is an attribute in the edges table), I am trying to use filters. Using the filter

Attribute > Equal > year string (Edge)
I am able to hide edges that are not from that year. However, that leaves me with unconnected nodes (see image for explanation).

Is there any way to filter these (without removing nodes/edges that are relevant to the year-filter)? I am using Gephi 0.9.1.

Image of the model, including unused nodes.

like image 958
Duc Avatar asked Jan 17 '17 16:01

Duc


1 Answers

You can use the filters to query for a degree range that starts in 1 instead of 0 :

Overview > Filters > Library > Topology > Degree Range

If you want to save it as a graph you might want to use the 'visible only' option. Hope it helps

like image 182
Diana Drago García Avatar answered Sep 20 '22 08:09

Diana Drago García