[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •How to visualize reachable nodes in a directed acyclic graph
Page 1 of 1

How to visualize reachable nodes in a directed acyclic graph

Posted: 12 Aug 2016 10:00
by mdzhigarov
Hi all,

I'm trying to create a filter that only visualizes vertices/edges that are reachable from vertice X, in a directed acyclic graph.
I tried using the Ego Network filter, but unfortunately it also includes vertices/edges that are going IN vertice X (his parents in the tree) and these are in no way reachable from it.
Is there a way to achieve that?

Best regards,
Marin