tshow debug information - 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 79f7472f98cc063bd1934fe978bb211c3afaacd7
 (DIR) parent ec316e7b93f0a602748fe4983ba7fef1cfa53658
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 23 Nov 2015 14:19:58 +0100
       
       show debug information
       
       Diffstat:
         M matlab/generate_plots.m             |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -510,6 +510,7 @@ linkaxes(axh,'x')
        
        
        %% Exhumation history from InspectDepthConcTracks_True_plot.m
       +disp('Exhumation history');
        fh = [fh;figure('visible', show_figures)];
        for iwalk = 1:Nwalkers
            % iwalk=input(['What iwalk?[1..',num2str(length(Ss)),']']),
       t@@ -559,9 +560,9 @@ for iwalk = 1:Nwalkers
            % lh(1)=plot(tsfine,quants(1,:,iwalk),'r','linewidth',2)
            % lh(2)=plot(tsfine,quants(2,:,iwalk),'k','linewidth',2)
            % lh(3)=plot(tsfine,quants(3,:,iwalk),'g','linewidth',2)
       -    lh2(1)=plot(-tsfine,quants2(1,:,iwalk),'r','linewidth',2)
       -    lh2(2)=plot(-tsfine,quants2(2,:,iwalk),'k','linewidth',2)
       -    lh2(3)=plot(-tsfine,quants2(3,:,iwalk),'r','linewidth',2)
       +    lh2(1)=plot(-tsfine,quants2(1,:,iwalk),'r','linewidth',2);
       +    lh2(2)=plot(-tsfine,quants2(2,:,iwalk),'k','linewidth',2);
       +    lh2(3)=plot(-tsfine,quants2(3,:,iwalk),'r','linewidth',2);
            %legend(lh2,'25%','median','75%','location','northwest')
            axis ij
            %track_handle=AddTrueModelDepthTrack(Ss{iwalk}.fs,'-m'); %<<< BHJ: added 2014 dec 09