URI:
       tdecrease padding further - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b086816eb59e04f1539e120800a0145e0382de78
   DIR parent 777f068586f36704828a2358a6d39d6072e54d28
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 10 Nov 2015 12:10:02 +0100
       
       decrease padding further
       
       Diffstat:
         M matlab/generate_plots.m             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -424,7 +424,7 @@ ylabel('Erosion rate [mm/yr]')
        axis tight
        xlim([min(xs), max(xs)])
        ylims = get(gca,'YLim');
       -ylim([ylims(1)*0.95, ylims(2)*1.05])
       +ylim([ylims(1)*0.97, ylims(2)*1.03])
        
        % deglaciation timing
        plot([t_degla_med, t_degla_med], get(gca,'YLim'), 'k--');