Plotting

Plotting#

pl.clustering_results(adata, cluster_column)

Plots the clustering results, displaying the cluster labels for each data point using the specified colors.

pl.silhouette_scores(model, k_range[, figsize])

Plot silhouette scores for a given range of clusters.