Introduction
Introduction Statistics Contact Development Disclaimer Help
tchange domain extent and plot style to match RS plots - cngf-pf-exp2 - experim…
git clone git://src.adamsgaard.dk/cngf-pf-exp2
Log
Files
Refs
Submodules
LICENSE
---
commit 8f7e7de69f3ce4d6f904e360f1b417c96350741b
parent 4b923815d20b908cc71fceadb35c39e4081f079d
Author: Anders Damsgaard <[email protected]>
Date: Thu, 5 Aug 2021 11:16:35 +0200
change domain extent and plot style to match RS plots
Diffstat:
M fig-strain_distribution/Makefile | 4 ++--
M fig-strain_distribution/fig.gp | 18 ++++++++++--------
2 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile
t@@ -12,8 +12,8 @@ strain_distribution_s7.0m-s_N50kPa.txt: $(BIN) Makefile
-n $${N}e3 \
-p 0.275 \
-d 0.004 \
- -L 0.09 \
- -o -0.09 \
+ -o -0.08 \
+ -L 0.07 \
> strain_distribution_s$${s}m-s_N$${N}kPa.txt; \
done; \
done
diff --git a/fig-strain_distribution/fig.gp b/fig-strain_distribution/fig.gp
t@@ -8,11 +8,13 @@ set multiplot layout 3,1
#set margins 8,2,3.2,1
set colorsequence podo
-set xlabel "{/:Normal Shear displacement {/Symbol D}x [mm]}"
-set ylabel "{/:Normal Vertical position z [mm]}" offset 1.0
+set xlabel "{/:Normal Shear displacement [mm]}"
+set ylabel "{/:Normal Vertical position [mm]}" offset 1.0
xscale=1e3
+yscale=xscale
set xrange [-5:105]
+set yrange [-90:0]
#set xtics 0.2
#set ytics 0.2
t@@ -23,11 +25,11 @@ set key bottom right font ",9" samplen 1.0 maxrows 4
#pointsize=0.6
set title "N = 6 kPa"
-plot "strain_distribution_s0.07m-s_N6kPa.txt" u ($10*xscale):1 w l t "{/:Bold …
- "strain_distribution_s0.7m-s_N6kPa.txt" u ($10*xscale):1 w l t "{/:Bol…
- "strain_distribution_s7.0m-s_N6kPa.txt" u ($10*xscale):1 w l t "{/:Bol…
+plot "strain_distribution_s0.07m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l t…
+ "strain_distribution_s0.7m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l…
+ "strain_distribution_s7.0m-s_N6kPa.txt" u ($10*xscale):($1*yscale) w l…
set title "N = 50 kPa"
-plot "strain_distribution_s0.07m-s_N50kPa.txt" u ($10*xscale):1 w l t "{/:Bold…
- "strain_distribution_s0.7m-s_N50kPa.txt" u ($10*xscale):1 w l t "{/:Bo…
- "strain_distribution_s7.0m-s_N50kPa.txt" u ($10*xscale):1 w l t "{/:Bo…
+plot "strain_distribution_s0.07m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w l …
+ "strain_distribution_s0.7m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w …
+ "strain_distribution_s7.0m-s_N50kPa.txt" u ($10*xscale):($1*yscale) w …
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.