tags:

views:

89

answers:

2

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,

+3  A: 

Try Graphviz:

http://www.graphviz.org/

Roberto Aloi
+1 Graphviz looks very interesting
Nifle
the dot language, part of Graphviz is what you're looking for.
LB