Hide unused nodes after filtering

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

Attribute> Equal> year string (Edge)
I can hide edges that are not related to this year. However, this leaves me with disconnected nodes (see Image for an explanation).

Is there a way to filter them (without deleting nodes / edges related to the annual filter)? I am using Gephi 0.9.1.

Image of the model, including unused nodes.

+4
source share
1 answer

You can use filters to query the range of degrees that begins in 1instead of 0:

Browse> Filters> Library> Topology> Degree Range

, " ". , .

+1

Source: https://habr.com/ru/post/1667031/


All Articles