I am looking for software to draw graphs with edges and nodes, show colorings, etc. Where can I find such software?
2026-03-29 05:43:12.1774762992
On
Graph Theory Software
347 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
1
On
If you don't mind a bit of programming, then igraph library is a good choice. It is written in C but can be accessed from R and Python.
http://igraph.sourceforge.net/documentation.html
This tutorial might be useful
http://hal.elte.hu/~nepusz/development/igraph/tutorial/tutorial.html
Mathematica does it fine (see GraphPlot and GraphPlot3D)