Skip to content

Commit

Permalink
fix: plot_samples instead of plot_sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaanjolly committed Sep 23, 2024
1 parent 5c681b1 commit 1f2ddd5
Show file tree
Hide file tree
Showing 2 changed files 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_sample` function
Kwargs for the :func:`plot_samples` function
hdi_kwargs : dict, optional
Kwargs for the :func:`plot_hdi` function
same_axes : bool
Expand Down
Empty file removed test.txt
Empty file.

0 comments on commit 1f2ddd5

Please sign in to comment.