Dot rendering library

Example:

import dot

var graph = new DotGraph("G", "digraph")

var hello = graph.add_node("hello")
var world = graph.add_node("world")

graph.add_edge(hello, world)

print graph.to_dot

All groups and modules

module dot

dot :: dot

Dot rendering library
group examples

dot > examples

package_diagram dot dot core core dot->core

Parents

package core

core

Nit common library of core classes and methods