vote up 1 vote down star

I need to make a very simple drawing of a graph (NOT a chart but a graph, like in Dijkstra) with multiple nodes and multiple vertexes.

I once saw this guy using a tool where he wrote the data in notepad then compiled or something and then he had an svg to view in a browser - to me this should be the simplest tool to draw this graph in. Anyone know what this tool is? Or know a simple, open source/free tool to make simple graphes (need to be able to automatically rearrange it so it looks decent)

Cheers,

flag

2 Answers

vote up 3 vote down check

Try Graphviz:

http://www.graphviz.org/

link|flag
+1 Graphviz looks very interesting – Nifle Oct 11 at 22:56
the dot language, part of Graphviz is what you're looking for. – LB Oct 12 at 20:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.