# plot the case core files for 20MnCr5 carburized set term qt enhanced font "hack,11" set key noenhanced #set colors classic set colors default set grid set pointsize 1.8 set logscale xy # Strain Life plot -------------------------------------- set xlabel "2Nf" set ylabel "Strain Ampl." set yrange [0.0001:1.0] set xrange [1:1.0E8] set title "Compare 20MnCr5 Carb.Case files plot "aisiIt170_20MnCr5_SimulCarbCase_653BHNaxialCA.html" u 2:1 w p pt 6, \ "aisiIt173_20MnCr5_Case+Core_682BHNrotateBend.html" u 2:1 w p pt 7 lc 7 # aisiIt170_20MnCr5_SimulCarbCase_653BHNaxialCA.html # aisiIt173_20MnCr5_Case+Core_682BHNrotateBend.html #Neuber plot set term qt enhanced font "hack,11" set key noenhanced #set colors classic set colors default set grid set pointsize 1.8 set logscale xy set xlabel "2Nf" set ylabel "NeuberStressAmpl= sqrt(StrAmpl x StsAmp x E ) mpa" set yrange [10:10000] set xrange [1:1.0E+08] set title "Compare 20MnCr5 Carb.Case files plot "aisiIt170_20MnCr5_SimulCarbCase_653BHNaxialCA.html" u 2:(sqrt($1*$3*$6)) w p pt 6, \ "aisiIt173_20MnCr5_Case+Core_682BHNrotateBend.html" u 2:(sqrt($1*$3*$6)) w p pt 7 lc 7