2
0
Fork 0
Verif_Herezh/Batterie/FONCTION_UNIQUE/FONCTIONS_ET_COURBES/Test_R_Fonc_scal_combinees_nD/plotPdf.gnu
2019-04-03 14:54:33 +00:00

27 lines
783 B
Gnuplot

set term X11 font "Bold,20"
show output
# set key 0.02,1000.
set xtics 1.
set ytics 2
set size 0.98, 1.
set terminal pdf lw 2 font "Times-Roman,14" #"Helvetica" 14
set key center top
set ylabel "force de réaction "
set xlabel "temps "
#set xrange [0.:10]
#set yrange [0.:0.0006]
##set y2range [0:9.]
##set y2label "Axial strain [%]"
set grid
set output "fonction.pdf"
# set title " Strain = 2 x (strain_max in log)-0.0035 " font "Times-Roman,10"
show title
set style data line
set font "Times-Roman,10"
plot 'fct_nD_princ.maple' u 1:4 \
t 'calcul Herezh++ ' lt 1 lw 2,\
'fct_nD_princ.maple' u 1: ($1*$1/8.+exp(-$8)*(sin(1.5708*$8))+0.5*(sin(1.5708*$8))**4) \
t 'formule analytique' lt 2 lw 1
# pause -1 "Hit return to continue"