Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Dynamically magnify graphs with your mouse
ResourceFunction["GraphMouseMagnify"][graph] gives a view of graph that is dynamically magnified on mouseover. | |
ResourceFunction["GraphMouseMagnify"][graph,amount,radius] uses magnification factor amount applied over radius. |
Magnify a graph around your mouse pointer:
| In[1]:= |
| Out[1]= | ![]() |
Zoom in on dense graphs and forests:
| In[2]:= |
| Out[2]= | ![]() |
Visualize a dense graph of the files in your installation directory:
| In[3]:= | ![]() |
| Out[3]= | ![]() |
Change the parameters of zoom and radius:
| In[4]:= |
| In[5]:= | ![]() |
| Out[5]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License