tFix horizontal label for plot - 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 7b434c7ef2fb006a8e5635ed7eb4092fd367e0e4
 (DIR) parent ba034e19478adc9c2384cc2dac0dbb1f33c621cb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  5 Apr 2019 20:53:35 +0200
       
       Fix horizontal label for plot
       
       Diffstat:
         M 1d_fd_simple_shear.gp               |       2 +-
         M 1d_fd_simple_shear.png              |       0 
       
       2 files changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp
       t@@ -7,7 +7,7 @@
        #set terminal pngcairo color size 8.6 cm, 7.6 cm
        set terminal pngcairo color size 18.6 cm, 17.6 cm
        set output "1d_fd_simple_shear.png"
       -set xlabel "Horizontal velocity, v_x [m]"
       +set xlabel "Normalized horizontal velocity, v_x [-]"
        set ylabel "Vertical position, x_3 [m]" offset 2
        
        #set grid
 (DIR) diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png
       Binary files differ.