Add sample images for .dot and .circo
This commit is contained in:
parent
5ed9a58bac
commit
65f8b8a07d
2 changed files with 16 additions and 0 deletions
8
images/sample-graph.circo
Normal file
8
images/sample-graph.circo
Normal file
|
@ -0,0 +1,8 @@
|
|||
digraph G {
|
||||
A -> B;
|
||||
B -> C;
|
||||
B -> D;
|
||||
C -> E;
|
||||
C -> F;
|
||||
C -> G;
|
||||
}
|
8
images/sample-graph.dot
Normal file
8
images/sample-graph.dot
Normal file
|
@ -0,0 +1,8 @@
|
|||
digraph G {
|
||||
A -> B;
|
||||
B -> C;
|
||||
B -> D;
|
||||
C -> E;
|
||||
C -> F;
|
||||
C -> G;
|
||||
}
|
Loading…
Reference in a new issue