commit 397afc1949061c21a54f1036bc0f208613cb0f68
parent 11661b38104fea8bb2cc6e548a0740eb2a43159e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 25 Sep 2019 16:05:07 +0200
Fix annotation arrow placement
Diffstat:
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/fig5/fig.gp b/fig5/fig.gp
@@ -22,8 +22,8 @@ set yrange [-0.5:10]
set x2label "Water pressure [kPa]"
set ylabel "Shear velocity [km/d]"
set ytics 2.0
-set arrow from 60,1.0 to 50,2.0 head
-set arrow from 70,3.0 to 83,2.0 head
+set arrow from 60,0.5 to 40,2.0 head
+set arrow from 65,5.5 to 83,3.5 head
plot \
"timeseries_combined.txt" u ($2/1000):($1*60*60*24/1000) w l lt 7 t ""
@@ -41,7 +41,7 @@ set yrange [2.5:-0.1]
set y2range [2.5:-0.1]
#set y2tics 0.25
set y2tics 0.5
-set arrow from 95,0.10 to 85,0.13 head
-set arrow from 100,0.6 to 110,0.8 head
-set arrow from 150,0.8 to 150.3,0.55 head
+set arrow from 115,0.10 to 85,0.13 head
+set arrow from 100,1.0 to 120,1.3 head
+set arrow from 165,1.2 to 165,0.7 head
plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""
diff --git a/fig5b/fig.gp b/fig5b/fig.gp
@@ -20,8 +20,8 @@ set yrange [0:80]
set x2label "Water pressure [kPa]"
set ylabel "Shear stress [kPa]"
set ytics 20
-set arrow from 60,1.0 to 50,2.0 head
-set arrow from 70,3.0 to 83,2.0 head
+set arrow from 125,45 to 160,55 head
+set arrow from 160,75 to 125,60 head
plot \
"timeseries_combined.txt" u ($2/1000):($4*$2/1000) w l lt 1 t ""
@@ -39,7 +39,7 @@ set yrange [2.5:-0.1]
set y2range [2.5:-0.1]
#set y2tics 0.25
set y2tics 0.5
-set arrow from 95,0.10 to 85,0.13 head
-set arrow from 100,0.6 to 110,0.8 head
-set arrow from 150,0.8 to 150.3,0.55 head
+set arrow from 160,0.15 to 130,0.13 head
+set arrow from 120,0.6 to 140,1.2 head
+set arrow from 180,1.4 to 180.3,0.6 head
plot "" u ($2/1000):(8.0 - $6) w l lt 4 t ""