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 c3b950f24e452f7ada07e2347ca844c6de90c83a
parent 04c4a4a66032442905b99444c18b3baffd1e616f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 21 Nov 2019 12:15:32 +0100

Add a-b labels to stick-slip figures

Diffstat:
Mfig-stick_slip_rate/fig.gp | 14++++++++------
Mfig-stick_slip_stress/fig.gp | 14++++++++------
2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/fig-stick_slip_rate/fig.gp b/fig-stick_slip_rate/fig.gp @@ -7,11 +7,13 @@ 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 "[kPa]" +set ylabel "{/:Normal [kPa]}" set ytics 100 plot \ "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \ @@ -22,14 +24,14 @@ unset ytics set yrange [0:80] set y2range [0:80] set y2tics 20 -set y2label "Shear stress [kPa]" +set y2label "{/:Normal Shear stress [kPa]}" plot "" u ($0/1008*7):($4*$2/1000) w l lw 2 lt 1 t "" unset y2label unset y2tics set ytics 0.5 set yrange [2.5:0.0] -set ylabel "Depth of max. strain rate [m]" +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 ylabel @@ -37,7 +39,7 @@ unset ytics set yrange [0.0:1e-4] set y2range [0.0:1e-4] set y2tics 3e-5 -set y2label "Specific sediment flux [m/s]" -set xtics -set xlabel "Time [d]" +set y2label "{/:Normal Specific sediment flux [m/s]}" +set xtics 1 format "%g" +set xlabel "{/:Normal Time [d]}" plot "sediment_flux.txt" u ($0/1008*7):1 w l lw 2 lt 6 t "" diff --git a/fig-stick_slip_stress/fig.gp b/fig-stick_slip_stress/fig.gp @@ -7,30 +7,32 @@ set multiplot layout 4,1 \ margins 0.19,0.72,0.10,0.98 \ spacing 0.00,0.03 - set key top right samplen 1.0 font ",10" unset xlabel set xtics format "" set yrange [0:320] -set ylabel "[kPa]" +set ylabel "{/:Normal [kPa]}" set ytics 100 +set label "{/:Bold a}" at screen 0.01,0.99 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 + unset ylabel unset ytics set yrange [0:10] set y2range [0:10] set y2tics 2.0 -set y2label "Shear velocity [km/d]" +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 y2label unset y2tics set ytics 0.5 set yrange [2.5:0.0] -set ylabel "Depth of max. strain rate [m]" +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 ylabel @@ -39,6 +41,6 @@ set yrange [0.0:6e-2] set y2range [0.0:6e-2] set y2tics 2e-2 set y2label "Specific sediment flux [m/s]" -set xtics -set xlabel "Time [d]" +set xtics 1 format "%g" +set xlabel "{/:Normal Time [d]}" plot "sediment_flux.txt" u ($0/1008*7):1 w l lw 2 lt 6 t ""