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

commit cb0485bdeff60c9ad6c721d5d8f3c1f90ab2ab77
parent c3b950f24e452f7ada07e2347ca844c6de90c83a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 21 Nov 2019 12:19:12 +0100

Add a-b labels to hysteresis figures

Diffstat:
Mfig-hysteresis_rate/fig.gp | 12+++++++-----
Mfig-hysteresis_stress/fig.gp | 12+++++++-----
2 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp @@ -7,13 +7,15 @@ set multiplot layout 3,1 \ margins 0.23,0.78,0.13,0.90 \ spacing 0.03,0.03 +set label "{/:Bold b}" at screen 0.01,0.99 + set xrange [0:210] set x2range [200:-10] set x2tics 50 nomirror set xtics format "" set yrange [0:80] -set x2label "Water pressure [kPa]" -set ylabel "Shear stress [kPa]" +set x2label "{/:Normal Water pressure [kPa]}" +set ylabel "{/:Normal Shear stress [kPa]}" set ytics 20 set arrow from 125,45 to 160,55 head set arrow from 160,75 to 125,60 head @@ -24,7 +26,7 @@ unset x2tics unset ytics unset x2label unset ylabel -set y2label "Depth of max. strain rate [m]" +set y2label "{/:Normal Depth of max. strain rate [m]}" set yrange [2.5:-0.1] set y2range [2.5:-0.1] set y2tics 0.5 @@ -35,7 +37,7 @@ set arrow from 180,1.4 to 180.3,0.6 head plot "" u ($2/1000):(8.0 - $6) w l lt 4 t "" set xtics format "%g" -set xlabel "Effective normal stress [kPa]" +set xlabel "{/:Normal Effective normal stress [kPa]}" set ytics 3e-5 set yrange [0:1e-4] unset arrow @@ -44,5 +46,5 @@ set arrow from 120,2.5e-5 to 140,4.5e-5 head set arrow from 180.3,5e-5 to 180,2e-5 head unset y2tics unset y2label -set ylabel "Specific sediment flux [m/s]" +set ylabel "{/:Normal Specific sediment flux [m/s]}" plot "" u ($2/1000):8 w l lt 6 t "" diff --git a/fig-hysteresis_stress/fig.gp b/fig-hysteresis_stress/fig.gp @@ -7,13 +7,15 @@ set multiplot layout 3,1 \ margins 0.23,0.78,0.13,0.90 \ spacing 0.03,0.03 +set label "{/:Bold a}" at screen 0.01,0.99 + set xrange [0:210] set x2range [200:-10] set x2tics 50 nomirror set xtics format "" set yrange [-0.5:10] -set x2label "Water pressure [kPa]" -set ylabel "Shear velocity [km/d]" +set x2label "{/:Normal Water pressure [kPa]}" +set ylabel "{/:Normal Shear velocity [km/d]}" set ytics 2.0 set arrow from 60,0.5 to 40,2.0 head set arrow from 65,5.5 to 83,3.5 head @@ -24,7 +26,7 @@ unset x2tics unset ytics unset x2label unset ylabel -set y2label "Depth of max. strain rate [m]" +set y2label "{/:Normal Depth of max. strain rate [m]}" set yrange [2.5:-0.1] set y2range [2.5:-0.1] set y2tics 0.5 @@ -35,7 +37,7 @@ set arrow from 165,1.2 to 165,0.7 head plot "" u ($2/1000):(8.0 - $6) w l lt 4 t "" set xtics format "%g" -set xlabel "Effective normal stress [kPa]" +set xlabel "{/:Normal Effective normal stress [kPa]}" set ytics 0.02 set yrange [0:0.06] unset arrow @@ -43,5 +45,5 @@ set arrow from 65,0.008 to 40,0.02 head set arrow from 65,0.046 to 90,0.028 head unset y2tics unset y2label -set ylabel "Specific sediment flux [m/s]" +set ylabel "{/:Normal Specific sediment flux [m/s]}" plot "" u ($2/1000):8 w l lt 6 t ""