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

@ -423,8 +423,8 @@ autfilt --help | sed -n '/^ *Decorations.*:/,/^$/p' | sed '1d;$d'
: --highlight-word=[NUM,]WORD
: highlight one run matching WORD using color NUM
Color numbers are indices in some unspecified color palette. It is
the same palette that is currently used to display colored acceptance
Color numbers are indices in some hard-coded color palette. It is the
same palette that is currently used to display colored acceptance
sets, but this might change in the future.
* Examples