0
How do you draw graph with python?
I have some nodes and they are connected towardsc1 or more nodes. How I can display it to graphical representation? I like to have non-cyclical representation to begin with. Please note that I am looking for graph drawing and not statistical charts.
3 Answers
+ 1
python has several gui libraries, gobject, glib, xlib, selenium... pick up one
0
You can also use matplotlib, but you might first need to install it.
You can get started with matplotlib on its website: https://matplotlib.org/index.html
0
plotly -best one