In the networkx library is possible to click on a node and hi-light it and it’s edges.
This page illustrates this solution: Interactive networkx. This is a desktop-based solution.
I tried to find a similar solution for the igraph library but I can't find it.
Currently, I use d3 and sigma.js for this purpose. But I'm interested in a desktop-based solution, similar to the above mentioned for the networkx library.
Does anyone know any desktop-based solution for interactively highlight nodes and edges using igraph library?
Thank you in advance.