#set term png set out "stef_bol_cz.eps" set encoding iso_8859_2 set term postscript eps color enhanced font "Arial-Medium" set size 0.7 set grid sigma = 5.67e-8 sfb(x) = sigma * (x+273.15)**4 set title "Záření černého tělesa" set ylabel "Intenzita vyzařování / (W.m^{/*0.7 -2})" set xlabel "Celsiova teplota / 1 K" plot [-30:40] sfb(x) lw 3 title '' quit