notes/school/di-ma/20181204_1-kantenfaerbung.dot

19 lines
260 B
Plaintext
Raw Normal View History

2019-01-31 19:08:19 +01:00
graph g {
splines=false;
node [ shape="circle" ];
{
rank="same";
A; B;
}
{
rank="same";
C; D;
}
A -- B [ label="1" ];
A -- C [ label="2" ];
A -- D [ label="3" ];
B -- D [ label="2" ];
}