list_templates#

scikitplot.cython.list_templates(*, kind='cython')[source]#

List available templates.

Parameters:
kind{‘cython’, ‘python’}, default=’cython’

Template type to list.

Returns:
list[str]

Template IDs in the form "<category>/<name>" (without extension).

Raises:
ValueError

If kind is unknown.

Parameters:

kind (str)

Return type:

list[str]