| Date: Thu, 22 Oct 2015 15:10:55 +0200
improve figure caption, add missing '
Diffstat:
M index.php | 11 ++++++-----
M matlab/generate_plots.m | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
--- |
| t@@ -162,11 +162,12 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
interglacial erosion rate, (b) glacial erosion rate, (c)
timing of last deglaciation, and (d)
d18Othreshold levels that provide
- the best fit to the supplied TCN concentrations. The
-
- vertical axis indicates the number of simulations included
- in each bin out of the 10,000 simulations that followed
- the MCMC burn-in phase.
+ the best fit to the supplied TCN concentrations. There is
+ one histogram per model parameter for each MCMC walker.
+ The vertical axis indicates the number of
+ simulations included in each bin out of the 10,000
+ simulations that followed the MCMC burn-in phase.
| diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m |
| t@@ -189,7 +189,7 @@ for i1 = 1:M
xlabel(fixed_stuff.mname{i1})
if i1 == 1
xlabel('Interglacial erosion rate [mm/yr]')
- text(0.02,0.98,'a', Units', ...
+ text(0.02,0.98,'a', 'Units', ...
'Normalized', 'VerticalAlignment', 'Top')
elseif i1 == 2
xlabel('Glacial erosion rate [mm/yr]') |