URI: 
       tUse consistent colors for shear distribution figure - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
  HTML git clone git://src.adamsgaard.dk/cngf-pf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 2b8fb8c7892e052ef12eaacf2dfda9291d51ebd5
   DIR parent 20698749340d40e3b977201047681544feeda0a0
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 12 Apr 2019 10:45:20 +0200
       
       Use consistent colors for shear distribution figure
       
       Diffstat:
         M 1d_fd_simple_shear.gp               |      12 ++++++------
         M 1d_fd_simple_shear.png              |       0 
       
       2 files changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp
       t@@ -10,9 +10,9 @@ set xrange [-0.1:1.05]
        
        set key bottom right #samplen 0.9
        
       -plot "1d_fd_simple_shear_P10kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 10 kPa", \
       -     "1d_fd_simple_shear_P20kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 20 kPa", \
       -     "1d_fd_simple_shear_P40kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 40 kPa", \
       -     "1d_fd_simple_shear_P60kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 60 kPa", \
       -     "1d_fd_simple_shear_P80kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 80 kPa", \
       -     "1d_fd_simple_shear_P120kPa.txt" u 2:1 w l lw 2 title "P_{wall} = 120 kPa"
       +plot "1d_fd_simple_shear_P10kPa.txt" u 2:1 w l lw 2 lc "#ee2430" title "P_{wall} = 10 kPa", \
       +     "1d_fd_simple_shear_P20kPa.txt" u 2:1 w l lw 2 lc "#53bf3a" title "P_{wall} = 20 kPa", \
       +     "1d_fd_simple_shear_P40kPa.txt" u 2:1 w l lw 2 lc "#2f54ad" title "P_{wall} = 40 kPa", \
       +     "1d_fd_simple_shear_P60kPa.txt" u 2:1 w l lw 2 lc "#b047aa" title "P_{wall} = 60 kPa", \
       +     "1d_fd_simple_shear_P80kPa.txt" u 2:1 w l lw 2 lc "#6ccfd9" title "P_{wall} = 80 kPa", \
       +     "1d_fd_simple_shear_P120kPa.txt" u 2:1 w l lw 2 lc "#231f20" title "P_{wall} = 120 kPa"
   DIR diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png
       Binary files differ.