diff options
Diffstat (limited to 'figs')
-rw-r--r-- | figs/example5ne.dot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/figs/example5ne.dot b/figs/example5ne.dot index 8371593..d9ee040 100644 --- a/figs/example5ne.dot +++ b/figs/example5ne.dot @@ -1,8 +1,8 @@ digraph example5ne { rankdir="LR"; node [texmode="math",shape="circle",style="state"]; - q0 [style="state,initial",label="0"]; - q1 [style="state",label="1"]; + q0 [style="state,initial,final,accepting below",label="0"]; + q1 [style="state,final,accepting below",label="1"]; q2 [style="state,final",label="2"]; edge [texmode="math",lblstyle="auto"]; q0 -> q0 [label="a",topath="loop above"]; |