Searched defs:DotAttributes (Results 1 – 1 of 1) sorted by relevance
29 type DotAttributes struct { struct30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option57 func ComposeDot(w io.Writer, g *Graph, a *DotAttributes, c *DotConfig) {