Is it possible to draw graphs on a given image (instead of on an empty figure) by using the python package NetworkX?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Perhaps you can try this but it requires matplotlib:
I used the stink bug on this page. Using networkx by itself might be a little tricky. Perhaps you could set the image you want as a node (say node 0) and then position the node at origin (0,0). Finally, orient the other nodes from your graph on top of them. I haven't tried it myself but its an idea that popped into my head. |
||||
|
|