cellfish.plot.plot_cluster_proportions# cellfish.plot.plot_cluster_proportions(cluster_props, cluster_palette=None, xlabel_rotation=90, figsize=None, dpi=None, show=True, save=None)# Stacked bar chart of get_cluster_proportions output. Return type: Figure Parameters: cluster_props (DataFrame) cluster_palette (Sequence[str] | dict[str, str] | None) xlabel_rotation (int) figsize (tuple[float, float] | None) dpi (float | int | None) show (bool) save (str | Path | None)