fig, axes = plot_curve(
    curve,
    "date",
    n_samples=3,
    hdi_probs=[0.5, 0.95],
    random_seed=rng,
)
fig.suptitle("Same data but fewer lines and more HDIs")
plt.show()