Introduction
Introduction Statistics Contact Development Disclaimer Help
tfig-stress_strain.gp: tweak appearance of plots - hansen-zoet-exp - comparison…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
---
commit 1e9ed95957e388defd1c9c4ab0ca726fb3e3ada6
parent 00666aa80b116ba480c10be262250287571b2056
Author: Anders Damsgaard <[email protected]>
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(-)
---
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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.