24 lines
541 B
Plaintext
24 lines
541 B
Plaintext
edge {
|
|
color: blue;
|
|
labelcolor: green;
|
|
}
|
|
graph {
|
|
background: oldlace;
|
|
label: My sample graph;
|
|
border: solid black;
|
|
}
|
|
|
|
[ Five ] { color: yellow; fill: maroon; }
|
|
[ One ] { color: white; fill: seagreen; }
|
|
[ Two ] { shape: triangle; }
|
|
|
|
[ Five ] - Test label - > { color: red; labelcolor: darkslategrey; } [ Seven ]
|
|
[ Five ] --> [ Seven ]
|
|
[ Five ] <==> [ Three ]
|
|
[ Five ] --> [ Eight ]
|
|
[ One ] ==> [ Three ]
|
|
[ One ] .. Test\n label ..> [ Four ]
|
|
[ One ] -- label --> [ Two ]
|
|
[ Seven ] -- [ Eight ]
|
|
[ Three ] <.. Test label ..> [ Six ]
|