XML Workflow: DOT Layout as Matrix
As part of developing the Echelon Reference Series, I make heavy use of GraphViz. GraphViz includes several layout engines, but the key one here is called ‘DOT’. DOT takes a file with a simple declarative syntax of nodes and edges, and lays them out as a graph. You can specify …