Scatter plot of assurance vs. absolute net cost.
Points are coloured by channel and shaped by spend direction.
- Parameters:
- recommendations
ExperimentRecommendations | Sequence[ExperimentRecommendation] Output of recommend().
- colors
dict[str, str] | None Mapping of channel name to matplotlib color string.
Falls back to C0, C1, … when None.
- figsize
tuple[float, float] | None (width, height) for the figure. Defaults to
(10, 4).
- Returns:
tuple[Figure, Axes]