from preliz import InverseGamma, style
style.use('preliz-doc')
alphas = [1., 2., 3.]
betas = [1., 1., .5]
for alpha, beta in zip(alphas, betas):
    InverseGamma(alpha, beta).plot_pdf(support=(0, 3))