Skip to content

Commit

Permalink
#1020 Correction of doctring for plot.py for sample_kwargs (#1060)
Browse files Browse the repository at this point in the history
* feat: test.txt added for commit check

* feat: replaced plot_curve with plot_samples within ./mmm/plot.py

* fix: plot_samples instead of plot_sample
  • Loading branch information
Ishaanjolly authored Sep 23, 2024
1 parent f70db33 commit 1a1703c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_marketing/mmm/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_curve` function
Kwargs for the :func:`plot_samples` function
hdi_kwargs : dict, optional
Kwargs for the :func:`plot_hdi` function
same_axes : bool
Expand Down

0 comments on commit 1a1703c

Please sign in to comment.