dot: use tooltips with option "1"
Fixes #327. * spot/twaalgos/dot.cc: Emit a tooltip="..." for state names and labels that are disabled by option "1". * doc/org/tut51.org, tests/python/product.ipynb, NEWS: Discuss this. * tests/core/readsave.test, tests/python/alternation.ipynb, tests/python/automata.ipynb: Adjust test cases.
This commit is contained in:
parent
99876048ed
commit
2775b0abc8
7 changed files with 2676 additions and 2103 deletions
|
|
@ -529,10 +529,10 @@ digraph G {
|
|||
node [shape="circle"]
|
||||
I [label="", style=invis, width=0]
|
||||
0 [label="0"]
|
||||
1 [label="1\n⓿❸"]
|
||||
1 [label="1\n⓿❸", tooltip="test me"]
|
||||
2 [label="2\n⓿❷❸"]
|
||||
3 [label="3\n❸"]
|
||||
4 [label="4\n❷❸"]
|
||||
4 [label="4\n❷❸", tooltip="hihi"]
|
||||
5 [label="5\n❶❸"]
|
||||
6 [label="6\n⓿"]
|
||||
7 [label="7\n⓿❷"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue