summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/simple.dot
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/dot2tex/doc/docgraphs/simple.dot
Initial commit
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/simple.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/simple.dot5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/simple.dot b/graphics/dot2tex/doc/docgraphs/simple.dot
new file mode 100644
index 0000000000..a16a7cf61a
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/simple.dot
@@ -0,0 +1,5 @@
+graph G {
+ mindist = 0.5;
+ node [shape="circle"];
+ a -- b -- c -- a;
+} \ No newline at end of file