from preliz import Logistic, style
style.use('preliz-doc')
mus = [0., 0., -2.]
ss = [1., 2., .4]
for mu, s in zip(mus, ss):
    Logistic(mu, s).plot_pdf(support=(-5,5))