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 27fa480003a51e9edfeb139a15484075b5d7faf3
parent eb3be4b7b0e306c142e9ceacb2dc59e35dad96de
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 25 Jun 2019 14:51:10 +0200

Improve layout of figure 3

Diffstat:
Mfig3/fig.gp | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fig3/fig.gp b/fig3/fig.gp @@ -2,7 +2,9 @@ #set terminal pdfcairo color size 7.5 cm, 7.5 cm set terminal pdfcairo color size 15.0 cm, 5.0 cm -set multiplot layout 1,3 +set multiplot layout 1,3 \ + margins 0.1,0.98,0.23,0.95 \ + spacing 0.04,0.04 set yrange [0.0:2.0] @@ -21,15 +23,13 @@ plot for [t = t0:tend] filename(t) u ($4/1e3):1 w l lw 1 lc "blue" t "" set xlabel "Effective normal stress [kPa]" set ylabel "" set xrange [50:150] +unset ytics plot for [t = t0:tend] filename(t) u ($3/1e3):1 w l lw 1 lc "black" t "" -# set xlabel "Friction [-]" -# set xrange [-0.05:1.5] -# plot filename u 5:1 w l lw 1 lc "gray" t "" - set xlabel "Shear velocity [m/s]" set ylabel "" set xrange [0.0:0.023] +unset ytics plot for [t = t0:tend] filename(t) u 2:1 w l lw 1 lc "red" t "" unset multiplot