from preliz import HalfNormal, style
style.use('preliz-doc')
for sigma in [0.4,  2.]:
    HalfNormal(sigma).plot_pdf(support=(0,5))