tdo not set ticks on exhumation plots - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f7af0097f8c7c11a97778e62de35c8511370581f
 (DIR) parent 49b8f505c5155ef0e978195c121f92f7877b895c
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu,  3 Dec 2015 11:39:35 +0100
       
       do not set ticks on exhumation plots
       
       Diffstat:
         M matlab/generate_plots.m             |       9 +++++----
       
       1 file changed, 5 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -592,12 +592,13 @@ for iwalk = 1:Nwalkers
            E_50(iwalk) = quants2(2, 2001, iwalk);
            E_75(iwalk) = quants2(3, 2001, iwalk);
            
       -    axis([0 1e6 0 25])
       +    %axis([0 1e6 0 25])
            %caxis([0 25])
       -    set (gca,'xtick',[0:0.1e5:1e6]);
       -    set (gca,'ytick',[0:3:12]);
       +    %set (gca,'xtick',[0:0.1e5:1e6]);
       +    xlim([0, 1e6]);
       +    %set (gca,'ytick',[0:3:12]);
            xlabel('Time BP [yr]')
       -    ylabel('Depth beneath terrain [m]')
       +    ylabel('Depth [m]')
        end
        colormap(1-copper(15))
        %subplot(2,2,1);