URI:
       tdisable plot of 25 and 75 percentiles - 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 8bfbd1b6e11b787ba4356204901c7e4e891027a0
   DIR parent 000a68a18ee5e61eb9ecec62d3682d35d2a236b2
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 25 Nov 2015 08:57:54 +0100
       
       disable plot of 25 and 75 percentiles
       
       Diffstat:
         M matlab/generate_plots.m             |       8 +++++---
       
       1 file changed, 5 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -564,9 +564,11 @@ 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); % 25%
       +    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')
            axis ij
            %track_handle=AddTrueModelDepthTrack(Ss{iwalk}.fs,'-m'); %<<< BHJ: added 2014 dec 09