dotools_py.utility.spine_format

Contents

dotools_py.utility.spine_format#

dotools_py.utility.spine_format(axis, txt='UMAP', fontsize=12)[source]#

Formatting the spines for embeddings.

Parameters:
axis Axes

matplotlib axes object.

txt str (default: 'UMAP')

text of the type of embedding.

fontsize int (default: 12)

size of the text.

Return type:

None

Returns: