This page has been protected with a demo version of HTML Guard. The full version does not add this text to processed pages.
#!/usr/local/bin/gnuplotsetterminalpngsetoutput'gnuplots/output2_3_4.png'setautoscalesettitle'Max Sessions - Popular Days'setxlabel'Day'setylabel'Sessions'setxrange[1:9]setyrange[0:10000]#this to be shown better we can dicrease it to 3000 for examplesetgridsetstyledatahistogramssetdatafileseparator'-'plot'sorted_users_3'using2:xticlabels(1)notitle,'sorted_users_3'using2:xticlabels(1)notitlewithlines# EOF