dot: extend the palette from 9 to 16 colors

Let's close #212 even if this does not cover the 32 sets.

* spot/twaalgos/dot.cc: Change the palette.
* doc/org/autfilt.org, NEWS: Adjust documentation.
* tests/core/alternating.test, tests/core/readsave.test,
tests/core/tgbagraph.test, tests/python/_altscc.ipynb,
tests/python/alternation.ipynb, tests/python/atva16-fig2a.ipynb,
tests/python/automata-io.ipynb, tests/python/automata.ipynb,
tests/python/decompose.ipynb, tests/python/gen.ipynb,
tests/python/highlighting.ipynb, tests/python/ltsmin-dve.ipynb,
tests/python/piperead.ipynb, tests/python/product.ipynb,
tests/python/randaut.ipynb, tests/python/word.ipynb: Adjust
test cases.
This commit is contained in:
Alexandre Duret-Lutz 2017-08-03 14:32:11 +02:00
parent 85c23202b7
commit e041db6101
19 changed files with 1953 additions and 1011 deletions

View file

@ -226,16 +226,16 @@ digraph G {
node [shape="circle"]
I [label="", style=invis, width=0]
I -> 2
0 [label="s1", style="bold", color="#F15854"]
0 [label="s1", style="bold", color="#E31A1C"]
1 [label="s2"]
2 [label="s3", style="bold", color="#4D4D4D"]
2 [label="s3", style="bold", color="#505050"]
}
digraph G {
rankdir=LR
node [shape="circle"]
I [label="", style=invis, width=0]
I -> 0
0 [label="s3", style="bold", color="#4D4D4D"]
0 [label="s3", style="bold", color="#505050"]
}
HOA: v1.1
States: 3