summaryrefslogtreecommitdiffstats
path: root/figs/cn2p1c.dot
diff options
context:
space:
mode:
Diffstat (limited to 'figs/cn2p1c.dot')
-rw-r--r--figs/cn2p1c.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/figs/cn2p1c.dot b/figs/cn2p1c.dot
new file mode 100644
index 0000000..5e5a3e4
--- /dev/null
+++ b/figs/cn2p1c.dot
@@ -0,0 +1,7 @@
+digraph cn2p1c {
+ rankdir="LR";
+ node [texmode="math",shape="circle",style="state"];
+ q0 [style="state,initial,final",label="\top"];
+ edge [texmode="math",lblstyle="auto"];
+ q0 -> q0 [label="a,b",topath="loop above"];
+}