Welcome to Etherpad!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
Get involved with Etherpad at
http://etherpad.org
//
http://note.pad.constantvzw.org/p/Hangar-graph
// Save this text as a '.dot' file
// Open it in Graphviz,
digraph {
-
-
edge
[style=filled fillcolor=green]
-
node [shape=square]
-
"
coucou
"
[
shape=polygon sides
=
16
]
[style=dotted fillcolor=black fontcolor=white style=filled]
-
"" [shape=point]
-
"" [shape=point]
-
"jara" [style=filled fillcolor=gold
fontcolor=purple
]
-
"
G
inebra" [style=filled fillcolor=
blue
fontcolor=
gold
style=dotted
]
-
"Ariadna" [style=filled fillcolor=red
fontcolor=white
]
-
"gijs" [style=dotted]
-
"hi" [fillcolor=lightseagreen]
-
"jara" ->
"hi"
-> "how are you?"
-
"how are you?" -> "jara"
-
-
-
"Ariadna" -> "great!"
-
"jara" -> "great!" -> "Ginebra"
-> "great as well"
->
-
"gijs" -> "Connected chat" -> "jara"
-
"gijs" -> "well..."
}