flowsom.pl.plot_labels#
- flowsom.pl.plot_labels(fsom, labels, max_node_size=0, text_size=20, text_color='black', title=None, **kwargs)#
Plot labels for each cluster.
- Parameters:
fsom (FlowSOM) – A FlowSOM object
labels (np.array) – An array of labels for every node
max_node_size (float) – Determines the maximum node size. Default = 0.
text_size (float) – Determines the size of the text. Default = 20.
text_color (str) – Determines the color of the text. Default = “black”.
title (str) – Title of the plot