.l("config.kg") grid([-6 4 1];[0 1 0.1]) :"Plot normal distribution PDFs with different" :"parameters and line styles. Style 0 (solid)" :"is the default." plot(n.pdf(;0;1)) setline(1);plot(n.pdf(;-2;4)) setline(2);plot(n.pdf(;2;0.25)) draw()