list_color_scheme_names#

biotite.sequence.graphics.list_color_scheme_names(alphabet, strict=False)[source]#

Get a list of available color scheme names for a given alphabet.

Parameters:
alphabetAlphabet

The alphabet to get the color scheme names for.

strictbool, optional

If set to true, only schemes with an exact match to the given alphabet are included in the list. If set to false, schemes with an alphabet that extends the given alphabet are also included.

Returns:
schemeslist of str

A list of available color schemes.