Keywords: DotLanguageAttributes.svg 2007-03-07 own assumed AzaToth <code><pre> graph graphname // The label attribute can be used to change the label of a node a label Foo ; // Here the node shape is changed b shape box; // These edges both have different line properties a -- b -- c color blue; b -- d style dotted; </pre></code> Tree charts Images with Dot source code |