show_colors

show_colors(nbreak=17, minsat=0.2)[source]

Visualizes the registered color names in two figures. Adapted from this example.

Parameters
  • nbreak (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 1, for designating “gray colors” in the color table.

Returns

figs (list of Figure) – The figure instances.