#!/usr/bin/gnuplot # disk_H.plt # Tloustka protoplanetarniho disku. # Miroslav Broz (miroslav.broz@email.cz), May 31st 2011 set term post eps enh color solid "Helvetica" 18 set out "disk_H.eps" set size 0.9,0.28 set xl "{/Helvetica-Oblique r} / AU" offset 0,+0.5 set yl "{/Helvetica-Oblique H} / AU" offset +1,0 set size ratio -1 set xr [0:10] set yr [-0.7:0.7] set xtics 2 set mxtics 2 set ytics 0.5 set mytics 5 #H(r) = r > 9.99 ? 0 : 0.1/2.*5. * (r/5.)**(5./4.) H(r) = 0.1/2.*5. * (r/5.)**(5./4.) set nokey set zeroaxis set lmargin 6.8 set rmargin 0.5 set bmargin 2.0 set tmargin 0.0 set samples 1000 set style line 1 lt 7 lw 3 set style line 2 lt 9 p H(x) w filledcurve above y1=0 ls 2,\ -H(x) w filledcurve below y1=0 ls 2,\ H(x) ls 1,\ -H(x) ls 1,\ "hline.dat" u (10.*$1):(0) w l lt 0