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