http://t3x.org/klong-stat/config.kg.html (light|dark)
Load the statistics and plotter modules
.l("nstat.kg") .l("nplot.kg")
Use maximum resolution for plots
setres(500)
Make the dots in scatter plots a little larger
setdot(6)
Increase font size for scaling and in-panel text
settext(18)
Make grids a bit more sparse
setgrid(5)
Use some nice color for bars, dots, etc
fillrgb(1.0;0.7;0.7)