timprove 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 976bc6ff50ec5e05ede0df6f5a04eb2601b342b4
 (DIR) parent f7af0097f8c7c11a97778e62de35c8511370581f
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu,  3 Dec 2015 11:41:13 +0100
       
       improve exhumation plots
       
       Diffstat:
         M index.php                           |       4 ++--
         M matlab/generate_plots.m             |       2 ++
       
       2 files changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/index.php b/index.php
       t@@ -305,8 +305,8 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
                              <h5 class="blue-text">
                                  Exhumation history</h5>
                              <p>
       -                      Mean and 25 and 75 percentiles of sample exhumation
       -                      history, one figure per MCMC walker.
       +                      Mean (black) and 25 and 75 percentiles (red) of sample
       +                      exhumation history. There is one subplot per MCMC walker.
                              </p>
                          </div>
                          <div class="card-action">
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -597,6 +597,8 @@ for iwalk = 1:Nwalkers
            %set (gca,'xtick',[0:0.1e5:1e6]);
            xlim([0, 1e6]);
            %set (gca,'ytick',[0:3:12]);
       +    
       +    title(['MCMC walker ' num2str(iwalk)])
            xlabel('Time BP [yr]')
            ylabel('Depth [m]')
        end