notes/school/di-ma/20181031_1-adj_ex.dot

18 lines
258 B
Plaintext
Raw Normal View History

2019-01-28 20:58:59 +01:00
graph g {
node [ shape="point" ];
{
rank="same";
1 [ xlabel="1" ];
2 [ xlabel="2" ];
}
{
rank="same";
3 [ xlabel="3" ];
4 [ xlabel="4" ];
}
1 -- 2;
1 -- 3;
1 -- 4;
3 -- 4;
}