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 bdfec4a3bcecf3d9244e3b1cf0551bdfe29ff7f0
parent a9979d51d4eba45729a2a35c332a0f8407119543
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 16 Dec 2019 17:05:48 +0100

Add labels to every subplot

Diffstat:
Mfig-stick_slip_rate/fig.gp | 11+++++++++--
Mfig-stick_slip_stress/fig.gp | 17++++++++++++++---
2 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/fig-stick_slip_rate/fig.gp b/fig-stick_slip_rate/fig.gp @@ -7,18 +7,21 @@ set multiplot layout 4,1 \ margins 0.19,0.72,0.10,0.98 \ spacing 0.00,0.03 -set label "{/:Bold b}" at screen 0.01,0.99 - set key top right samplen 1.0 font ",10" unset xlabel set xtics format "" set yrange [0:320] set ylabel "{/:Normal [kPa]}" set ytics 100 + +set label "{/:Bold e}" at graph 0.05,0.9 + plot \ "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \ "" u ($0/1008*7):($3/1000) w l lw 2 lt 3 dt "-" t "water pressure" +unset label +set label "{/:Bold f}" at graph 0.05,0.9 unset ylabel unset ytics set yrange [0:80] @@ -27,6 +30,8 @@ set y2tics 20 set y2label "{/:Normal Shear stress [kPa]}" plot "" u ($0/1008*7):($4*$2/1000) w l lw 2 lt 1 t "" +unset label +set label "{/:Bold g}" at graph 0.05,0.9 unset y2label unset y2tics set ytics 0.5 @@ -34,6 +39,8 @@ set yrange [2.5:0.0] set ylabel "{/:Normal Depth of max. strain rate [m]}" plot "max_strainrate_depth.txt" u ($0/1008*7):(8.0 - $1) w l lw 2 lt 4 t "" +unset label +set label "{/:Bold h}" at graph 0.05,0.9 unset ylabel unset ytics set yrange [0.0:1e-4] diff --git a/fig-stick_slip_stress/fig.gp b/fig-stick_slip_stress/fig.gp @@ -1,7 +1,7 @@ #!/usr/bin/env gnuplot reset -set terminal pdfcairo color size 7.5 cm, 10 cm +set terminal pdfcairo color size 7.5 cm, 10.5 cm set multiplot layout 4,1 \ margins 0.19,0.72,0.10,0.98 \ @@ -13,13 +13,20 @@ set xtics format "" set yrange [0:320] set ylabel "{/:Normal [kPa]}" set ytics 100 -set label "{/:Bold a}" at screen 0.01,0.99 + +#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.05,0.9 + plot \ "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \ "" u ($0/1008*7):($3/1000) w l lw 2 lt 3 dt "-" t "water pressure" unset label - +set label "{/:Bold b}" at graph 0.05,0.9 unset ylabel unset ytics set yrange [0:10] @@ -28,6 +35,8 @@ set y2tics 2.0 set y2label "{/:Normal Shear velocity [km/d]}" plot "" u ($0/1008*7):($1*60*60*24/1000) w l lw 2 lt 7 t "" +unset label +set label "{/:Bold c}" at graph 0.05,0.9 unset y2label unset y2tics set ytics 0.5 @@ -35,6 +44,8 @@ set yrange [2.5:0.0] set ylabel "{/:Normal Depth of max. strain rate [m]}" plot "max_strainrate_depth.txt" u ($0/1008*7):(8.0 - $1) w l lw 2 lt 4 t "" +unset label +set label "{/:Bold d}" at graph 0.05,0.9 unset ylabel unset ytics set yrange [0.0:6e-2]