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: ValueErrorIf kind is unknown. Parameters: kind (str) Return type: list[str] Gallery examples# Browse and compile templates Browse and compile templates Cython: Realtime compile_and_load (.pyx) Cython: Realtime compile_and_load (.pyx)