from preliz import Gamma, Hurdle, style
style.use('preliz-doc')
Hurdle(Gamma(mu=2, sigma=1), 0.8).plot_pdf()
Gamma(mu=2, sigma=1).plot_pdf()