Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display a graph so that connected edges are highlighted when you mouse over a vertex
ResourceFunction["MouseoverHighlightGraph"][gr] displays Graph gr so that connected edges are highlighted when you mouse over a vertex. |
Display a graph with interactive mouseover effect:
In[1]:= |
Out[1]= |
When the mouse is moved over a vertex, all connected edges are highlighted:
The style of the graph before and after highlighting is controlled with BaseStyle and "HighlightStyle":
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License