Tagged Questions
3
votes
0answers
35 views
Dynamic graph visualisation using JLink/Java and GraphStream
Visualising the addition of new nodes and edges to a graph to 'watch it grow' is to something Mathematica is not suited to by default. However this type of animation really helps convey the emergence ...
3
votes
1answer
172 views
16
votes
3answers
719 views
Generating graphs interactively (GUI)
I want to create graphs interactively using a GUI. I thought of using a ClickPane[] environment. The code I have (in part borrowed from the Documentation) works ...
8
votes
1answer
132 views
Using GraphHighlight interactively
I want to build a small GUI, where the user can select either a single edge or a single node of a graph. I got to this point:
...