Skip to content

Commit aa22482

Browse files
authored
fix bass model example plot (#1666)
1 parent 66b6aa5 commit aa22482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc_marketing/bass/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
# Plot the adoption curves
120120
fig, axes = plt.subplots(1, 3, figsize=(10, 6))
121121
idata.prior["y"].pipe(plot_curve, {"T"}, axes=axes)
122-
plt.subtitle("Bass Model Prior Predictive Adoption Curves")
122+
plt.suptitle("Bass Model Prior Predictive Adoption Curves")
123123
plt.tight_layout()
124124
plt.show()
125125

0 commit comments

Comments
 (0)