graph {
node [shape=circle style=filled fillcolor=lightblue
fontname="Helvetica"]
edge [len=2 fontname="Helvetica"]
A -- B [label="friends"]
B -- C [label="dating"]
C -- A [label="cousin"]
D -- B [label="old schoolmate"]
}You can produce the PNG with: neato -Tsvg divabat.dot > divabat.svg
inkscape --export-png=divabat.png divabat.svgposted by grouse at 1:56 AM on December 14, 2007 graph to digraph and use -> instead of --.
If you just want to drag and click, and you're on a Mac, OmniGraffle might suit you.
posted by zamboni at 12:07 AM on December 14, 2007