scallops.visualize.composite.experiment_composite

scallops.visualize.composite.experiment_composite(exp, subset=None, max_cols=3, figsize=(5, 5), **kwargs)

Plot an experiment (one image per axis) composite using additive blending.

Parameters:
  • figsize (tuple[int, int]) – Figure size

  • exp (Experiment) – Scallop experiment to plot

  • subset (list[str] | None) – List of image keys to plot, by default all present in experiment

  • max_cols (int) – Maximum number of plotting columns

  • kwargs – Key-word arguments passed to single plotting function

Return type:

tuple[Figure, Axes | ndarray[Axes]]