calour.plotting.plot_stacked_bar(exp: calour.experiment.Experiment, field=None, sample_color_bars=None, color_bar_label=True, barx_label_kwargs=None, barx_width=0.3, barx_colors=None, title=None, figsize=(12, 8), legend_size='small', xtick=False, cmap='Paired')[source]¶Plot the stacked bar for feature abundances.
Note
This function is also available as a class method Experiment.plot_stacked_bar()
| Parameters: |
|
|---|---|
| Returns: | The Figure object containing the plot. |
| Return type: |