# show off double axes #set term post enhanced "Times-Roman" 18 # uncomment to get postscript file #set encoding iso_8859_1 #landscape solid "Times-Roman" 24 #set linestyle 1 lt 5 pt 10 #set output 'plot.ps' # uncomment to get postscript file #set grid x y2 set key #set logscale y set format y "%1.1f" set format y2 "%1.0e" set nolog y2 set title "" set xlabel 0,+1.5 set xlabel " _{{/Symbol=15 \260}}\n^{Frequency [1/A]}" #set xlabel 'Time (10^6 {/Symbol m}s)' set xrange [0.0:0.4] set x2range [0.0:0.4] #set y2range [0.0:1.0] set xtics("1/100" 0.0282,"1/25" 0.1128,"1/15" 0.188,"1/12" 0.235,"1/10" 0.282,"1/8" 0.3525) set ytics(0.0,0.2,0.4,0.6,0.8,1.0) set y2tics(100.0,10000.0,1000000.) set ylabel "FSC" set y2label "Log(I)" set ytics nomirror set y2tics set tics in set logscale y2 set autoscale y set autoscale y2 plot \ 'dbpr006.pit' using 3:5 title "FSC" with lines,\ 'scattering282.pit' using 6:4 axes x2y2 title 'X-ray' with lines,\ 'check-pw.pit' using 3:4 axes x2y2 title 'EM' with lines