# Graph of components of radiative forcing set encoding utf8 set term pdf color enhanced font "Arial-Medium, 15" #set term postscript eps color enhanced set out "Forcing_components.pdf" #set size 0.7 set decimalsign ',' #set encoding iso_8859_2 #set term pngcairo font "Arial-Medium, 14" size 1024, 768 set grid #set out 'CaW_Forc.png' set xlabel \ '' set title \ "Radiační působení / (W/m^2)" font ", 18" set yrange [-3.5:4] set xrange [1850:2020] set rmargin 2.7 set lmargin 3.2 set tmargin 2.3 set bmargin 1.7 set ytics -3,1,4 set key left Left reverse #set key Left plot \ 'Table.A1.ann.txt' using 1:($2+$3+$4+$6) with lines lt 1 lw 5 \ title 'skleníkové plyny', \ 'Table.A1.ann.txt' using 1:7 with lines lt 3 lw 5 \ title 'troposférické aerosoly a vzrůst albeda užíváním krajiny', \ 'Table.A1.ann.txt' using 1:8 with lines lt 9 lw 5 \ title 'stratosférické aerosoly (z vulkanismu)', \ 'Table.A1.ann.txt' using 1:9 with lines lt rgb "orange" lw 5 \ title 'variace slunečního příkonu' quit