visualization.print_colored_map
visualization.print_colored_map(coloring, table=None)Print a parition map of the domain in text format.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| coloring | numpy.array |
Table representing a partition. | required |
| table | dict - like | Map a component number of coloring to a (colored) character; default is characters colored by ANSI code sequences. |
None |