set term pdf fontscale 0.5 size 5in,3.5in outfile = 'vertical_offset_vs_s.pdf' filename = '../efield_pitch_config_35us_start/ref/vertical_offset_vs_s.dat' set output outfile set timestamp offset graph 1.044,0.7 rotate font 'Verdana,6' set label 'plotting_scripts/vertical_offset_vs_s.gnu' at graph 1.02,0.02 rotate left font 'Verdana,6' noenhance set label filename at graph 0.05,-0.02 font ',6' noenhance set xlabel 'ring azimuth [m]' set ylabel 'width of vertical distribution [mm]' set style fill solid 0.5 #fillstyle set xrange [0:45] set xtics 0,5 set yrange [0:] plot filename u ($1-.5):($4*1000) w boxes not set autoscale y plot filename u ($1-.5):($4*1000) w boxes not print outfile