Add asymmetric graph
This commit is contained in:
parent
c02c0d887e
commit
979f833ad0
30
school/di-ma/uebung/06/06_3.dot
Normal file
30
school/di-ma/uebung/06/06_3.dot
Normal file
@ -0,0 +1,30 @@
|
||||
graph {
|
||||
rankdir=LR;
|
||||
node [ shape=circle ];
|
||||
{
|
||||
rank=same;
|
||||
0;
|
||||
3;
|
||||
}
|
||||
{
|
||||
rank = same;
|
||||
1;
|
||||
2;
|
||||
}
|
||||
{
|
||||
rank=same;
|
||||
4;
|
||||
}
|
||||
{
|
||||
rank=same;
|
||||
5;
|
||||
}
|
||||
0 -- 1
|
||||
0 -- 2
|
||||
1 -- 2
|
||||
0 -- 3
|
||||
3 -- 2
|
||||
1 -- 4
|
||||
2 -- 4
|
||||
4 -- 5
|
||||
}
|
Loading…
Reference in New Issue
Block a user