tdisable plot of 50 percentile - 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 f90805f6ae2a6c7493f916d8df5055064c41c633
 (DIR) parent 547bea67f54e31d8087958148cebb6454e81d5da
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue,  1 Dec 2015 09:44:19 +0100
       
       disable plot of 50 percentile
       
       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@@ -566,7 +566,7 @@ for iwalk = 1:Nwalkers
            % lh(3)=plot(tsfine,quants(3,:,iwalk),'g','linewidth',2)
            
            %lh2(1)=plot(-tsfine,quants2(1,:,iwalk),'r','linewidth',2); % 25%
       -    lh2(2)=plot(-tsfine,quants2(2,:,iwalk),'k','linewidth',2); % 50%
       +    %lh2(2)=plot(-tsfine,quants2(2,:,iwalk),'k','linewidth',2); % 50%
            %lh2(3)=plot(-tsfine,quants2(3,:,iwalk),'r','linewidth',2); % 75%
            
            %legend(lh2,'25%','median','75%','location','northwest')