summaryrefslogtreecommitdiff
path: root/graphics/dot2tex/doc/docgraphs/simplelbl.dot
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dot2tex/doc/docgraphs/simplelbl.dot')
-rw-r--r--graphics/dot2tex/doc/docgraphs/simplelbl.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/dot2tex/doc/docgraphs/simplelbl.dot b/graphics/dot2tex/doc/docgraphs/simplelbl.dot
new file mode 100644
index 0000000000..c424a3e2c4
--- /dev/null
+++ b/graphics/dot2tex/doc/docgraphs/simplelbl.dot
@@ -0,0 +1,9 @@
+graph G {
+ mindist = 0.5;
+ node [shape="circle"];
+ d2tfigpreamble = "\tikzstyle{mystyle}=[fill=blue!20]";
+ edge [lblstyle="mystyle"];
+ a -- b [label="ab"];
+ b -- c [label="bc"];
+ c -- a [label="ca"];
+} \ No newline at end of file