reset set terminal postscript eps enhanced color font "Arial" 14 set output "fig_gpl_tsd_TR.eps" set size ratio 0.5 set title "Temperature and Rainfall in Maebashi" set datafile separator "," set xdata time set timefmt "%Y/%m/%d" set format x "%b-%Y" set format y "%.0f" set xtics offset 0,-4.0 rotate by 90 set ytics set y2tics set xlabel "Date" offset 0,-1.5 set ylabel "Temperature ({/Symbol \260}C)" set y2label "Rainfall (mm/month)" set grid set xrange ["1999/01/01":"2009/12/31"] set yrange [-50:50] set y2range [0:1000] set key right top set key box set key width -1 set style fill solid 0.5 border rgb "magenta" plot \ "inp_TR_maebashi.txt" using 1:2 axes x1y1 with lines linetype 1 linewidth 2 linecolor rgb "red" title "Temperature", \ "inp_TR_maebashi.txt" using 1:5 axes x1y2 with boxes linetype 1 linewidth 2 linecolor rgb "cyan" title "Rainfall" #