.l("config.kg") settext(16) grid([0 300 30];[0 60 5]) title("Frequency Distribution of Expected Lenghts") xtitle("Length") ytitle("Frequency") :" Create histgram with 50 bars " X::.l("data") F::F*(#F::fdist(X))%50 barplot(hist(50;F)) draw()