commit b0f8f3bedc13d68ab86a726794c3e250ef0b6649
parent 03e096b6f787f72d9f0420cf917b5ba841c9284f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 21 Nov 2019 16:24:57 +0100
Fix units on specific flux
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fig-hysteresis_rate/fig.gp b/fig-hysteresis_rate/fig.gp
@@ -46,5 +46,5 @@ set arrow from 120,2.5e-5 to 140,4.5e-5 head
set arrow from 180.3,5e-5 to 180,2e-5 head
unset y2tics
unset y2label
-set ylabel "{/:Normal Specific sediment flux [m/s]}"
+set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
plot "" u ($2/1000):8 w l lt 6 t ""
diff --git a/fig-hysteresis_stress/fig.gp b/fig-hysteresis_stress/fig.gp
@@ -45,5 +45,5 @@ set arrow from 65,0.008 to 40,0.02 head
set arrow from 65,0.046 to 90,0.028 head
unset y2tics
unset y2label
-set ylabel "{/:Normal Specific sediment flux [m/s]}"
+set ylabel "{/:Normal Specific sediment flux [m^2/s]}"
plot "" u ($2/1000):8 w l lt 6 t ""
diff --git a/fig-stick_slip_rate/fig.gp b/fig-stick_slip_rate/fig.gp
@@ -39,7 +39,7 @@ unset ytics
set yrange [0.0:1e-4]
set y2range [0.0:1e-4]
set y2tics 3e-5
-set y2label "{/:Normal Specific sediment flux [m/s]}"
+set y2label "{/:Normal Specific sediment flux [m^2/s]}"
set xtics 1 format "%g"
set xlabel "{/:Normal Time [d]}"
plot "sediment_flux.txt" u ($0/1008*7):1 w l lw 2 lt 6 t ""
diff --git a/fig-stick_slip_stress/fig.gp b/fig-stick_slip_stress/fig.gp
@@ -40,7 +40,7 @@ unset ytics
set yrange [0.0:6e-2]
set y2range [0.0:6e-2]
set y2tics 2e-2
-set y2label "Specific sediment flux [m/s]"
+set y2label "Specific sediment flux [m^2/s]"
set xtics 1 format "%g"
set xlabel "{/:Normal Time [d]}"
plot "sediment_flux.txt" u ($0/1008*7):1 w l lw 2 lt 6 t ""