from preliz import HalfCauchy, style
style.use('preliz-doc')
for beta in [.5, 1., 2.]:
    HalfCauchy(beta).plot_pdf(support=(0,5))