set terminal postscript eps enhanced color font "Arial" 10 set output "fig_gpl_climate.eps" # set multiplot layout 2,2 set tmargin 4 set key horizontal set key at graph 1.0,graph 1.07 right set xrange [0:12] set ylabel "Temperature ({/Symbol \260}C)" set y2label "Rainfall (mm)" set yrange [-10:30] set y2range [0:400] set format x "" set xtics 1 set ytics 5 set y2tics 50 set grid set bmargin 3 set label "Jan" at 0.5,-11 right rotate by 90 set label "Feb" at 1.5,-11 right rotate by 90 set label "Mar" at 2.5,-11 right rotate by 90 set label "Apr" at 3.5,-11 right rotate by 90 set label "May" at 4.5,-11 right rotate by 90 set label "Jun" at 5.5,-11 right rotate by 90 set label "Jul" at 6.5,-11 right rotate by 90 set label "Aug" at 7.5,-11 right rotate by 90 set label "Sep" at 8.5,-11 right rotate by 90 set label "Oct" at 9.5,-11 right rotate by 90 set label "Nov" at 10.5,-11 right rotate by 90 set label "Dec" at 11.5,-11 right rotate by 90 # #fill in the box set style fill solid 0.5 border rgb "magenta" # # set title "Asahikawa" offset 0,1 font "Arial,12" plot "inp_ASAHIKAWA.txt" using ($1-0.5):3 axes x1y2 with boxes title "Rainfall" linetype 1 linecolor rgb "cyan", \ "inp_ASAHIKAWA.txt" using ($1-0.5):2 axes x1y1 with linespoints title "Temperature" pointsize 1 pointtype 7 linetype 1 linecolor rgb "red" # set title "Akita" plot "inp_AKITA.txt" using ($1-0.5):3 axes x1y2 with boxes title "Rainfall" linetype 1 linecolor rgb "cyan", \ "inp_AKITA.txt" using ($1-0.5):2 axes x1y1 with linespoints title "Temperature" pointsize 1 pointtype 7 linetype 1 linecolor rgb "red" # set title "Tokyo" plot "inp_TOKYO.txt" using ($1-0.5):3 axes x1y2 with boxes title "Rainfall" linetype 1 linecolor rgb "cyan", \ "inp_TOKYO.txt" using ($1-0.5):2 axes x1y1 with linespoints title "Temperature" pointsize 1 pointtype 7 linetype 1 linecolor rgb "red" # set title "Naha" plot "inp_NAHA.txt" using ($1-0.5):3 axes x1y2 with boxes title "Rainfall" linetype 1 linecolor rgb "cyan", \ "inp_NAHA.txt" using ($1-0.5):2 axes x1y1 with linespoints title "Temperature" pointsize 1 pointtype 7 linetype 1 linecolor rgb "red" # unset multiplot quit