from preliz import SkewNormal, style
style.use('preliz-doc')
for alpha in [-6, 0, 6]:
    SkewNormal(mu=0, sigma=1, alpha=alpha).plot_pdf()