.l("config.kg") settext(16) grid([0 300 30];[0 200 10]) title("Frequency Distribution of Actual Lengths") xtitle("Length") ytitle("Frequency") :" Create histgram with 50 bars " X::.l("realdata") F::F*(#F::fdist(X))%50 barplot(hist(50;F)) draw()