show_colors

show_colors(nhues=17, minsat=20)[source]

Generate tables of the registered color names. Adapted from this example.

Parameters
  • nhues (int, optional) – The number of breaks between hues for grouping “like colors” in the color table.

  • minsat (float, optional) – The threshold saturation, between 0 and 100, for designating “gray colors” in the color table.

Returns

figs (list of Figure) – The figure.