Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

set sty da l

gnuplot> set si sq
gnuplot> set xl "t"
gnuplot> set yl "shmedio"
gnuplot> sh(zs,beta,pe0)=0.01*beta*pe(zs,pe0)**0.33333;
gnuplot> pe(zs,pe0)=pe0*6.0/(2.0-zs)
gnuplot> pe0=100;
gnuplot> sh1(zs,beta,pe0)=0.01*beta*pe1(zs,pe0)**0.33333;
gnuplot> pe1(zs,pe0)=pe0*6.0/(2.0-zs)**2.0
gnuplot> plot 'shmedio.dat' u 1:2 ti "simulazione Pe 100", 'shmedio.dat' u 1:(sh
($3,2000,pe0)) ti "calcolato pe=pe0*6/(2-zs)",'shmedio.dat' u 1:(sh1($3,2000,pe0
)) ti "pe1(zs,pe0)=pe0*6.0/(2.0-zs)**2.0
gnuplot> plot 'shmedio.dat' u 1:2 ti "simulazione Pe 100", 'shmedio.dat' u 1:(sh
($3,2100,pe0)) ti "calcolato pe=pe0*6/(2-zs)",'shmedio.dat' u 1:(sh1($3,2100,pe0
)) ti "pe1(zs,pe0)=pe0*6.0/(2.0-zs)**2.0
gnuplot> gnuplot> set logsc; set xr [0.0001:1.6];
^
expecting ']'
gnuplot> set logsc; set xr [0.00001:1..0001:1.6];
^
expecting ']'
gnuplot> set logsc; set xr [0.00001:1.6];
gnuplot> rep
gnuplot> set term png; set out "shmedio100.png"; rep
Terminal type set to 'png'
Options are 'nocrop font /usr/share/fonts/truetype/ttf-liberation/LiberationSans
-Regular.ttf 12 '
gnuplot>

You might also like