from preliz import Normal, Mixture, style
style.use('preliz-doc')
Mixture([Normal(0, 0.5), Normal(2, 0.5)], [0.2, 0.8]).plot_pdf()