Button listeners - a simple way to do it
I wanted to make a snippet, that does the following: It shows a BFS tree of length 1 and when you click on a node it shows the BFS of the clicked node. Is there a simple way to do it by using the graph_draw method? -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 23.01.2015 22:57, podro182 wrote:
I wanted to make a snippet, that does the following:
It shows a BFS tree of length 1 and when you click on a node it shows the BFS of the clicked node. Is there a simple way to do it by using the graph_draw method?
I put a demo for something similar here: https://graph-tool.skewed.de/static/doc/dev/demos/animation.html#interactive... Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
Thank you very much for your reply! I cannot find the demo though! -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 11.02.2015 13:57, podro182 wrote:
Thank you very much for your reply! I cannot find the demo though!
What do you mean? It is in the link I gave you: https://graph-tool.skewed.de/static/doc/dev/demos/animation.html#interactive... Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
podro182 -
Tiago de Paula Peixoto