commit 2e2fa53fd466f6e8a224249b5f353cf0029f257a
parent 8376a4405318faddce82a349768fdada9f9b1547
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 6 Apr 2019 12:28:34 +0200
Fix line styling
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp
@@ -22,8 +22,8 @@ set style line 2 linetype 2 linewidth 3 pointtype 2 pointsize 1
plot "1d_fd_simple_shear_P10kPa.txt" u 2:1 w lp lt 1 lw 2 title "P_{wall} = 10 kPa", \
"1d_fd_simple_shear_P20kPa.txt" u 2:1 w lp lt 2 lw 2 title "P_{wall} = 20 kPa", \
"1d_fd_simple_shear_P40kPa.txt" u 2:1 w lp lt 3 lw 2 title "P_{wall} = 40 kPa", \
- "1d_fd_simple_shear_P60kPa.txt" u 2:1 w lp lt 3 lw 2 title "P_{wall} = 60 kPa", \
- "1d_fd_simple_shear_P80kPa.txt" u 2:1 w lp lt 4 lw 2 title "P_{wall} = 80 kPa", \
- "1d_fd_simple_shear_P120kPa.txt" u 2:1 w lp lt 5 lw 2 title "P_{wall} = 120 kPa"
+ "1d_fd_simple_shear_P60kPa.txt" u 2:1 w lp lt 4 lw 2 title "P_{wall} = 60 kPa", \
+ "1d_fd_simple_shear_P80kPa.txt" u 2:1 w lp lt 5 lw 2 title "P_{wall} = 80 kPa", \
+ "1d_fd_simple_shear_P120kPa.txt" u 2:1 w lp lt 6 lw 2 title "P_{wall} = 120 kPa"
set xtics norotate # Restore defaults
diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png
Binary files differ.