set term pdf fontscale 0.5 size 5in,3in outfile = 'spin_summary.pdf' set output outfile set timestamp offset 78,15 rotate font ',6' set label 'plotting_scripts/spin_summary.gnu' at graph 1.02,0.02 rotate left font ',6' noenhance !pwd > directory !sed -n -e 's/^/name="/' -e 's/$/"/p' directory > name load 'name' print 'directory='.name set label at graph 0.0,1.02 name font ',6' noenhance set xlabel 'configuration' set ylabel '{/Symbol D w/w} [ppb]' set xrange [0:13] plot 'spin_summary.dat' u 1:($5*1.e9):($6*1.e9) w err not set ylabel 'd{/Symbol f}_a/dx [m^{-1}]' set grid plot 'spin_summary.dat' u 1:7:8 w err not set ylabel "d{/Symbol f}_a/dx'" plot 'spin_summary.dat' u 1:9:10 w err not reset unset ylabel unset ytics unset border unset xtics set yrange [-1:1] set xrange [-1:13] plot 'spin_summary.dat' u 1:($9-$9):11 w labels rotate by 90 left tc lt 3 font "Helvitica,12" noenhance notitle print outfile