From ff725e3d90548ad43a0ca4f55912b687cb348316 Mon Sep 17 00:00:00 2001 From: IshaanJolly Date: Tue, 24 Sep 2024 21:04:26 +0100 Subject: [PATCH] redo commit before samples from sample in ./mmm/plot.py --- pymc_marketing/mmm/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymc_marketing/mmm/plot.py b/pymc_marketing/mmm/plot.py index fa2a3497..43ad84a6 100644 --- a/pymc_marketing/mmm/plot.py +++ b/pymc_marketing/mmm/plot.py @@ -570,7 +570,7 @@ def plot_curve( subplot_kwargs : dict, optional Addtional kwargs to while creating the fig and axes sample_kwargs : dict, optional - Kwargs for the :func:`plot_sample` function + Kwargs for the :func:`plot_samples` function hdi_kwargs : dict, optional Kwargs for the :func:`plot_hdi` function same_axes : bool