GLE Example: boxplot.gle

[PDF file]
size 10 10 include "graphutil.gle" boxwidth = 0.4 begin graph scale auto title "Box plot" xtitle "Experiment" ytitle "Error" data "boxplot.csv" xaxis min 0 max 11 ftick 1 dticks 1 nolast yaxis min 0.71 max 0.78 end graph draw_box_plot 1
[Return to examples page]