GLE Example: normal.gle

[PDF file]

 


size 10 8

begin graph
   title  "1000 samples of N(\mu=0, \sigma=1)"
   ytitle "Frequency"
   xtitle "Value"
   data   "normal.csv"
   xticks off
   yaxis min 0 max 100
   let d2 = hist d1 step 0.5
   d2 line bar color red
end graph

 

[Return to examples page]