I’m developing a project in Python where I use the tkinter library to display the GUI of my application. The problem that i face is the need to present a network graph in my program. I’ve already discovered the NetworkX library that allows me to create this graph but I don’t know how to display it in a tkinter window. Any ideas on how to implement?
I have already tried several approaches to the problem of creating the network graph, such as trying to create the graph from the browser and placing the browser in a tkinter window, I have tried just using tkinter to create the graph but I was unsuccessful in both, after searching on the internet I found this NetworkX library but I don’t know how I can integrate the graph obtained in a tkinter window
DuartePinguim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.