imagemap

How to make a click-able graph by networkx?

How to make a click-able graph by networkx? Question: I am trying to produce a clickable image of a graph in python. I directly called graphviz at first, then discovered networkx http://networkx.lanl.gov . I’d like my program to obtain info about which node is displayed at the (x,y) coordinate where the user clicked the graph. …

Total answers: 3