tAdd xtics to stick_slip figures - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3ad7fe779d546a458404c1a149772318d071be22
 (DIR) parent 1b40b77e1526d162c2eaa4171e2e84eed5c71120
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 20 Nov 2019 15:35:04 +0100
       
       Add xtics to stick_slip figures
       
       Diffstat:
         M fig-stick_slip_rate/fig.gp          |       5 ++---
         M fig-stick_slip_stress/fig.gp        |       6 +++---
       
       2 files changed, 5 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/fig-stick_slip_rate/fig.gp b/fig-stick_slip_rate/fig.gp
       t@@ -5,11 +5,11 @@ set terminal pdfcairo color size 7.5 cm, 10 cm
        
        set multiplot layout 4,1 \
                margins 0.19,0.72,0.10,0.98 \
       -        spacing 0.00,0.00
       +        spacing 0.00,0.03
        
        set key top right samplen 1.0 font ",10"
        unset xlabel
       -unset xtics
       +set xtics format ""
        set yrange [0:320]
        set ylabel "[kPa]"
        set ytics 100
       t@@ -17,7 +17,6 @@ plot \
        "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
        "" u ($0/1008*7):($3/1000) w l lw 2 lt 3 dt "-" t "water pressure"
        
       -unset xtics
        unset ylabel
        unset ytics
        set yrange [0:80]
 (DIR) diff --git a/fig-stick_slip_stress/fig.gp b/fig-stick_slip_stress/fig.gp
       t@@ -5,11 +5,12 @@ set terminal pdfcairo color size 7.5 cm, 10 cm
        
        set multiplot layout 4,1 \
                margins 0.19,0.72,0.10,0.98 \
       -        spacing 0.00,0.00
       +        spacing 0.00,0.03
       +
        
        set key top right samplen 1.0 font ",10"
        unset xlabel
       -unset xtics
       +set xtics format ""
        set yrange [0:320]
        set ylabel "[kPa]"
        set ytics 100
       t@@ -17,7 +18,6 @@ plot \
        "timeseries.txt" u ($0/1008*7):($2/1000) w l lw 2 lc "black" t "effective normal stress", \
        "" u ($0/1008*7):($3/1000) w l lw 2 lt 3 dt "-" t "water pressure"
        
       -unset xtics
        unset ylabel
        unset ytics
        set yrange [0:10]