tmake a single plot for exhumation history with subplots per walker - 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 ec316e7b93f0a602748fe4983ba7fef1cfa53658
 (DIR) parent 98194f5c5298d19b6414db5453a92f5d21b8c241
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 23 Nov 2015 14:13:02 +0100
       
       make a single plot for exhumation history with subplots per walker
       
       Diffstat:
         M matlab/generate_plots.m             |       8 ++++----
       
       1 file changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -510,11 +510,11 @@ linkaxes(axh,'x')
        
        
        %% Exhumation history from InspectDepthConcTracks_True_plot.m
       +fh = [fh;figure('visible', show_figures)];
        for iwalk = 1:Nwalkers
       -    %for iwalk = 1:4;%Nwalks
            % iwalk=input(['What iwalk?[1..',num2str(length(Ss)),']']),
       -    %subplot(2,2,iwalk)
       -    fh = [fh;figure('visible', show_figures)];
       +    subplot(Nwalkers,1,iwalk)
       +    
            lump_MetHas = Ss{iwalk}.lump_MetHas;
            fixed_stuff = Ss{iwalk}.fs;
            % if ~isempty(lump_MetHas.zsss{1})
       t@@ -574,7 +574,7 @@ for iwalk = 1:Nwalkers
        end
        colormap(1-copper(15))
        %subplot(2,2,1);
       -title(fn,'interpreter','none')
       +%title(fn,'interpreter','none')
        %axis([-2e6 0 0 40])
        axis([0 1e6 0 25])
        caxis([0 25])