Skip to content

Instantly share code, notes, and snippets.

@drdozer
Created January 24, 2012 16:59
Show Gist options
  • Save drdozer/1671134 to your computer and use it in GitHub Desktop.
Save drdozer/1671134 to your computer and use it in GitHub Desktop.
Graphvizs examples
import uk.co.turingatemyhamster.graphvizs.exec
val gOut = dot2dotG(Graph(false, GraphType.Digraph, Some("g"),
EdgeStatement("a1") -> "a2" -> "a3" -> "a4",
EdgeStatement("a1") -> "a4" ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment