Module type Graph__Graphviz.ATTRIBUTES
The ATTRIBUTES module type defines the interface for the engines.
type subgraph={sg_name : string;Box name.
sg_attributes : vertex list;Box attributes.
sg_parent : string option;Nested subgraphs.
}Attributes of (optional) boxes around vertices.