# Plot of cloud set style line 1 lc rgb '#0060ad' lt 1 lw 3 pt 2 set style line 2 lc rgb '#dd181f' lt 1 lw 3 pt 2 set style line 3 lc rgb '#9922ab' lt 1 lw 3 pt 2 set style line 4 lc rgb '#44af22' lt 1 lw 3 pt 7 set style line 5 lc rgb '#ffaa00' lt 1 lw 3 pt 7 set style line 6 lc rgb '#00aaff' lt 1 lw 3 pt 2 set style line 7 lc rgb '#00abab' lt 5 lw 3 pt 2 set style line 8 lc rgb '#000000' lt 1 lw 3 pt 8 set st da l set xlabel "Time (t_{cc})" set ylabel " (r_{c})" set xrange [0:30] set xtics 10 set bmargin 3.5 set tmargin 1. set rmargin 1.5 set lmargin 9 #set key top left Left set key bottom right unset label set label "c)" at graph 0.02, graph 0.95 #set yrange [0:100] set yrange [0:80] plot "m10c1p1_sphere_2drz_r128_stats2.dat" using 2:($14*(-1)) ls 1 title 'c1shock' replot "m10c1_wind1_2drz_r128_stats2.dat" using 2:($14*(-1)) ls 2 title 'c1wind1' replot "m10c1_wind1A_2drz_r128_stats2.dat" using ($1/0.074):($14*(-1)) ls 3 title 'c1wind1a' replot "m10c1_wind1B_2drz_r128_stats2.dat" using ($1/0.023):($14*(-1)) ls 7 title 'c1wind1b' replot "m10c1_wind1C_2drz_r128_stats2.dat" using ($1/0.0074):($14*(-1)) ls 6 title 'c1wind1c' replot "z_tmix_shock" using 1:2 with points ls 1 notitle replot "z_tmix_wind1" using 1:2 with points ls 2 notitle replot "z_tmix_wind1a" using 1:2 with points ls 3 notitle replot "z_tmix_wind1b" using 1:2 with points ls 7 notitle replot "z_tmix_wind1c" using 1:2 with points ls 6 notitle #replot 0.74 ls 8 with dots notitle set term postscript eps enhanced color set output "zcloud_wind.eps" set size 0.6,0.6 replot