timprove exhumation plots - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log
Files
Refs
README
LICENSE
---
commit 976bc6ff50ec5e05ede0df6f5a04eb2601b342b4
parent f7af0097f8c7c11a97778e62de35c8511370581f
Author: Anders Damsgaard 
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(-)
---
diff --git a/index.php b/index.php
t@@ -305,8 +305,8 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
                       
Exhumation history

- 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.

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