How to visualize reachable nodes in a directed acyclic graph

Visual manipulations and refinements
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
mdzhigarov
Posts:1
Joined:12 Aug 2016 09:45
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
How to visualize reachable nodes in a directed acyclic graph

Post by mdzhigarov » 12 Aug 2016 10:00

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

Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable