0

I am trying to create network graph visualization. I could achieve that using graphviz. However, it is rather static (with zoom-in/out functionality)

I wish to make it interactive using python i.e. search edges (through search box) between 2 distant nodes & highlight them explicitly. Once analyzed - reset diagram back to normal state (using reset button).

For ex. in below graph I wish to find path between 1 to 5 & highlight possible combinations of edges.

1----2----6
|    |
3--- 4----5

I checked How to Highlight any given path in pyvis network graph visualization? but not matching expectations. I tried searching plotly/graphviz/gravis/pyvis but no luck. If someone has come across this already may I request for some pointers/information ? Thanks in advance.

Vijay Gharge
  • 57
  • 2
  • 7

0 Answers0