File:DotLanguageAttributes.svg
Summary
Description | |
Date | 7 March 2007 (original upload date) |
Source | No machine-readable source provided. Own work assumed (based on copyright claims).Category:Assumed own work |
Author | No machine-readable author provided. AzaToth assumed (based on copyright claims). Category:Files with no machine-readable source |
Licensing
![]() |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |
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];
}
Category:Tree diagrams
Category:Images with Dot source code