tFix line styling - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2e2fa53fd466f6e8a224249b5f353cf0029f257a
 (DIR) parent 8376a4405318faddce82a349768fdada9f9b1547
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat,  6 Apr 2019 12:28:34 +0200
       
       Fix line styling
       
       Diffstat:
         M 1d_fd_simple_shear.gp               |       6 +++---
         M 1d_fd_simple_shear.png              |       0 
       
       2 files changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp
       t@@ -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
 (DIR) diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png
       Binary files differ.