URI: 
       tfig-stress_strain.gp: tweak appearance of plots - hansen-zoet-exp - comparison of lab and model results of sediment advection
  HTML git clone git://src.adamsgaard.dk/hansen-zoet-exp
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1e9ed95957e388defd1c9c4ab0ca726fb3e3ada6
   DIR parent 00666aa80b116ba480c10be262250287571b2056
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 11 Dec 2022 18:53:59 -0600
       
       fig-stress_strain.gp: tweak appearance of plots
       
       Diffstat:
         A fig-stress_strain.gp                |      23 +++++++++++++++++++++++
       
       1 file changed, 23 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/fig-stress_strain.gp b/fig-stress_strain.gp
       t@@ -0,0 +1,23 @@
       +#!/usr/bin/env gnuplot
       +
       +reset
       +
       +set terminal pdfcairo enhanced color size 13 cm, 4.5 cm font ",10"
       +set multiplot layout 1,3
       +
       +set ylabel "Depth [m]"
       +set yrange [2 : 0]
       +
       +set xrange [-30 : 30]
       +set xlabel "Water pressure [kPa]"
       +plot f u ($4/1000):(-$1 + 2) w l t '' lw 2
       +
       +set ylabel ""
       +
       +set xrange [65 : 125]
       +set xlabel "Effective stress [kPa]"
       +plot f u ($3/1000):(-$1 + 2) w l t '' lw 2
       +
       +set xrange [-5 : 105]
       +set xlabel "Shear velocity [m/a]"
       +plot f u ($2*3600*24*365):(-$1 + 2) w l t '' lw 2