manus_continuum_granular1_exp

experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 179c671aec41fb5a3525bebac469a902ccd74652
parent 2a514ca7c62db51c8ecebdc35f51df434b6b378c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 18 Jan 2020 07:57:39 +0100

Change layout of forcing figure

Diffstat:
Mfig-stick_slip_forcing/fig.gp | 21++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/fig-stick_slip_forcing/fig.gp b/fig-stick_slip_forcing/fig.gp @@ -1,21 +1,24 @@ #!/usr/bin/env gnuplot reset -set terminal pdfcairo color size 7.5 cm, 3.5 cm +#set terminal pdfcairo color size 7.5 cm, 3.5 cm +set terminal pdfcairo color size 5 cm, 5 cm -set key top right samplen 1.0 font ",10" +set multiplot layout 1,1 \ + margins 0.27,0.95,0.23,0.95 \ + spacing 0.03,0.03 + +#set key top right samplen 1.0 font ",10" +set key bottom right samplen 2.0 font ",9" set xtics 1 format "%g" set xlabel "{/:Normal Time [d]}" -set yrange [0:320] +#set yrange [0:320] +set yrange [-50:225] set ylabel "{/:Normal [kPa]}" set ytics 100 -#set label "{/:Bold a}" at screen 0.06,0.99 -#set label "{/:Bold b}" at screen 0.06,0.75 -#set label "{/:Bold c}" at screen 0.06,0.54 -#set label "{/:Bold d}" at screen 0.06,0.30 - -set label "{/:Bold a}" at graph 0.02,0.9 +#set label "{/:Bold a}" at graph 0.02,0.9 +set label "{/:Bold a}" at graph 0.90,0.93 plot \ "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \